Class PyramidSeries
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: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class PyramidSeries : TriangularSeries
Remarks
PyramidSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart.
Constructors
PyramidSeries()
Declaration
public PyramidSeries()
Properties
PyramidMode
Gets or sets ChartPyramidMode enum value which indicates the pyramid rendering mode.
Declaration
public ChartPyramidMode PyramidMode { get; set; }
Property Value
Type |
---|
ChartPyramidMode |
Methods
CreateSegment()
Declaration
protected override ChartSegment CreateSegment()
Returns
Type |
---|
ChartSegment |
Overrides
CreateSegments()
Declaration
protected override void CreateSegments()