menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class PyramidMode - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PyramidMode

    Represents the rendering mode of the pyramid chart.

    Inheritance
    System.Object
    PyramidMode
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class PyramidMode : Enum

    Fields

    Linear

    This mode represents the pyramid chart with linearly increasing or decreasing widths of the pyramid segments. The width of each segment is proportional to its corresponding value.

    Declaration
    public const PyramidMode Linear
    Field Value
    Type
    PyramidMode

    Surface

    This mode represents the pyramid chart with segments that have varying surface areas. The size of each segment is determined by the square root of its corresponding value, resulting in a visually balanced representation.

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