Class ChartPyramidMode

    Show / Hide Table of Contents

    Class ChartPyramidMode

    Specifies the mode in which the Y values should be interpreted in the Pyramid chart.

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

    Fields

    Linear

    The Y values are proportional to the length of the sides of the pyramid.

    Declaration
    public const ChartPyramidMode Linear
    Field Value
    Type Description
    ChartPyramidMode

    Surface

    The Y values are proportional to the surface area of the corresponding blocks.

    Declaration
    public const ChartPyramidMode Surface
    Field Value
    Type Description
    ChartPyramidMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved