Class LabelContent
Represents the label content of the data marker label; it should be percentage, DataMarkerLabel, or YValue.
Inheritance
System.Object
LabelContent
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class LabelContent : Enum
Fields
DataMarkerLabel
Indicates that the DataMarkerLabel set, LabelTemplate of bindingContext contains ChartDataMarkerLabel instead of underlying Model.
Declaration
public const LabelContent DataMarkerLabel
Field Value
Type |
---|
LabelContent |
Percentage
Indicates that label should contain percentage value of series point among other points
Declaration
public const LabelContent Percentage
Field Value
Type |
---|
LabelContent |
YValue
Indicates that label should contain Y value of series point
Declaration
public const LabelContent YValue
Field Value
Type |
---|
LabelContent |