Class SFPyramidSeries
Represents a pyramid chart. To render pyramid chart, create an instance of this class and add it to Series collection property and set the required properties.
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFPyramidSeries : SFTriangularSeries
Remarks
SFPyramidSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart.
Constructors
SFPyramidSeries()
Declaration
public SFPyramidSeries()
Properties
PyramidMode
Gets or sets ChartPyramidMode enum value which indicates the pyramid rendering mode.
Declaration
public SFChartPyramidMode PyramidMode { get; set; }
Property Value
Type |
---|
SFChartPyramidMode |
Methods
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Type |
---|
SFChartSegment |
Overrides
CreateSegments()
Declaration
public override void CreateSegments()