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