Enum LabelContent
Enumeration represents series adornments label content.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum LabelContent
Fields
Name | Description |
---|---|
DateTime | Identifies that label should contain DateTime value. |
LabelContentPath | Label's content will be retrieved from the |
Percentage | Identifies that label should contain percentage value of series' point among other points. |
XValue | Identifies that label should contain X value of series' point. |
YofTot | Identifies that label should contain value of Y of total values. |
YValue | Identifies that label should contain Y value of series' point. |