Class LabelContent
Enumeration represents series adornments label content.
Inheritance
System.Object
LabelContent
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class LabelContent : Enum
Fields
DateTime
Identifies that label should contain DateTime value.
Declaration
public const LabelContent DateTime
Field Value
Type |
---|
LabelContent |
LabelContentPath
Label's content will be retrieved from the
Declaration
public const LabelContent LabelContentPath
Field Value
Type |
---|
LabelContent |
Percentage
Identifies that label should contain percentage value of series' point among other points.
Declaration
public const LabelContent Percentage
Field Value
Type |
---|
LabelContent |
XValue
Identifies that label should contain X value of series' point.
Declaration
public const LabelContent XValue
Field Value
Type |
---|
LabelContent |
YofTot
Identifies that label should contain value of Y of total values.
Declaration
public const LabelContent YofTot
Field Value
Type |
---|
LabelContent |
YValue
Identifies that label should contain Y value of series' point.
Declaration
public const LabelContent YValue
Field Value
Type |
---|
LabelContent |