Class ChartPyramidMode
Represents the rendering mode of the pyramid series. The pyramid series can be rendered as a linear or surface mode.
Inheritance
System.Object
ChartPyramidMode
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ChartPyramidMode : Enum
Fields
Linear
Segment rendered based on height linear
Declaration
public const ChartPyramidMode Linear
Field Value
Type |
---|
ChartPyramidMode |
Surface
Segment rendered based on surface area
Declaration
public const ChartPyramidMode Surface
Field Value
Type |
---|
ChartPyramidMode |