Class ChartFunnelMode
Represents modes of the funnel types.
Inheritance
System.Object
ChartFunnelMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class ChartFunnelMode : Enum
Fields
ValueIsHeight
The specified Y value is used to compute the height of the corresponding block.
Declaration
public const ChartFunnelMode ValueIsHeight
Field Value
Type |
---|
ChartFunnelMode |
ValueIsWidth
The specified Y value is used to compute the width of the corresponding block.
Declaration
public const ChartFunnelMode ValueIsWidth
Field Value
Type |
---|
ChartFunnelMode |