Class ChartFunnelMode
Lists the funnel mode options.
Inheritance
System.Object
ChartFunnelMode
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartFunnelMode : Enum
Fields
YIsHeight
The specified Y value is used to compute the height of the corresponding block.
Declaration
public const ChartFunnelMode YIsHeight
Field Value
| Type |
|---|
| ChartFunnelMode |
YIsWidth
The specified Y value is used to compute the width of the corresponding block.
Declaration
public const ChartFunnelMode YIsWidth
Field Value
| Type |
|---|
| ChartFunnelMode |