Class SFStepAreaSeries
Represents a step area chart. To render this chart, create an instance of this class and add it to Series collection property and set the required properties.
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFStepAreaSeries : SFAreaSeries
Remarks
SFStepAreaSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set either using PrimaryAxis and SecondaryAxis or XAxis and YAxis.
Constructors
SFStepAreaSeries()
Declaration
public SFStepAreaSeries()
Methods
CreateSegment()
Create the SFStepAreaSegment.
Declaration
protected override SFChartSegment CreateSegment()
Returns
| Type | Description |
|---|---|
| SFChartSegment | Returns a segment. |
Overrides
CreateSegments()
Creates the segments of SFStepAreaSeries.
Declaration
public override void CreateSegments()