Enum LabelContent
Enumeration represents series' adorner label content.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.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 LabelContentPath property. |
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. |