Class LabelContext
Enumeration represents series data label content.
Inheritance
System.Object
LabelContext
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public sealed class LabelContext : Enum
Fields
DataLabelItem
Label's content will be retrieved from the ChartDataLabel.Item
property.
Declaration
public const LabelContext DataLabelItem
Field Value
Type |
---|
LabelContext |
DateTime
Identifies that label should contain DateTime value.
Declaration
public const LabelContext DateTime
Field Value
Type |
---|
LabelContext |
Percentage
Identifies that label should contain percentage value of series point among other points.
Declaration
public const LabelContext Percentage
Field Value
Type |
---|
LabelContext |
XValue
Identifies that label should contain X value of series point.
Declaration
public const LabelContext XValue
Field Value
Type |
---|
LabelContext |
YValue
Identifies that label should contain Y value of series point.
Declaration
public const LabelContext YValue
Field Value
Type |
---|
LabelContext |