Class ChartFunnelMode

    Show / Hide Table of Contents

    Class ChartFunnelMode

    Represents modes of the funnel types.

    Inheritance
    System.Object
    ChartFunnelMode
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class ChartFunnelMode : Enum

    Fields

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ValueIsHeight

    The specified Y value is used to compute the height of the corresponding block.

    Declaration
    public const ChartFunnelMode ValueIsHeight
    Field Value
    Type Description
    ChartFunnelMode

    ValueIsWidth

    The specified Y value is used to compute the width of the corresponding block.

    Declaration
    public const ChartFunnelMode ValueIsWidth
    Field Value
    Type Description
    ChartFunnelMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved