Class SFChartLabelContent
Represents the label content of the data marker label.
Inheritance
System.Object
SFChartLabelContent
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartLabelContent : Enum
Fields
Percentage
Indicates that label should contain percentage value of series point among other points.
Declaration
public const SFChartLabelContent Percentage
Field Value
Type |
---|
SFChartLabelContent |
YValue
Indicates that label should contain Y value of series point.
Declaration
public const SFChartLabelContent YValue
Field Value
Type |
---|
SFChartLabelContent |