Class LabelContext
Represents the content of the Cartesian and Circular chart data label; it should be YValue or Percentage.
Inheritance
System.Object
LabelContext
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class LabelContext : Enum
Fields
Percentage
Indicates that label should contain percentage value of series point among other points. It is recommended to use PieSeries, DoughnutSeries, and BarSeries with LabelContext set to Percentage.
Declaration
public const LabelContext Percentage
Field Value
Type |
---|
LabelContext |
YValue
Indicates that label should contain Y value of series point.
Declaration
public const LabelContext YValue
Field Value
Type |
---|
LabelContext |