Class StepAreaSeries
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: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class StepAreaSeries : AreaSeries
Remarks
StepAreaSeries 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
StepAreaSeries()
Declaration
public StepAreaSeries()
Methods
CreateSegment()
Create the StepAreaSegment.
Declaration
protected override ChartSegment CreateSegment()
Returns
| Type | Description |
|---|---|
| ChartSegment | Returns a segment. |
Overrides
CreateSegments()
Creates the segments of StepAreaSeries.
Declaration
protected override void CreateSegments()
Overrides
GetDataPointIndex(Single, Single)
Declaration
public override int GetDataPointIndex(float pointX, float pointY)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | pointX | |
| System.Single | pointY |
Returns
| Type |
|---|
| System.Int32 |
Overrides
SeriesContainsPoint(PointF)
Declaration
public override bool SeriesContainsPoint(PointF point)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.PointF | point |
Returns
| Type |
|---|
| System.Boolean |