Class SFChartPyramidMode
Represents the rendering mode of the pyramid series.
Inheritance
System.Object
SFChartPyramidMode
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartPyramidMode : Enum
Fields
Linear
Segment rendered based on height.
Declaration
public const SFChartPyramidMode Linear
Field Value
Type |
---|
SFChartPyramidMode |
Surface
Segment rendered based on surface area.
Declaration
public const SFChartPyramidMode Surface
Field Value
Type |
---|
SFChartPyramidMode |