Enum ChartFunnelMode
Lists the funnel mode options.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartFunnelMode
Fields
| Name | Description |
|---|---|
| YIsHeight | The specified Y value is used to compute the height of the corresponding block. |
| YIsWidth | The specified Y value is used to compute the width of the corresponding block. |