Enum ChartFunnelMode
Represents modes of the funnel types.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ChartFunnelMode
Fields
Name | Description |
---|---|
ValueIsHeight | The specified Y value is used to compute the height of the corresponding block. |
ValueIsWidth | The specified Y value is used to compute the width of the corresponding block. |