menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartPyramidMode - WinUI API Reference | Syncfusion

    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
    ChartPyramidMode

    Surface

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

    Declaration
    public const ChartPyramidMode Surface
    Field Value
    Type
    ChartPyramidMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved