alexa

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX