Class LabelContent
Represents the label content of the data marker label
Inheritance
System.Object
LabelContent
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public sealed class LabelContent : Enum
Fields
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 |