Class PyramidDataLabelContext
Represents the content of the pyramid chart data label; it should be XValue or YValue.
Inheritance
System.Object
PyramidDataLabelContext
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class PyramidDataLabelContext : Enum
Fields
XValue
Indicates that the label should contain the X value of the data points.
Declaration
public const PyramidDataLabelContext XValue
Field Value
Type |
---|
PyramidDataLabelContext |
YValue
Indicates that the label should contain the Y value of the data points.
Declaration
public const PyramidDataLabelContext YValue
Field Value
Type |
---|
PyramidDataLabelContext |