Class PyramidMode
Represents the rendering mode of the pyramid chart.
Inheritance
System.Object
PyramidMode
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.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 |