Class SplineRangeAreaSeries
Represents a Spline range area chart. To render this chart, create an instance of this class and add it to Series collection property and set the required properties.
Inheritance
System.Object
SplineRangeAreaSeries
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class SplineRangeAreaSeries : RangeAreaSeries
Remarks
SplineRangeAreaSeries requires ItemsSource, XBindingPath, High and Low 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
SplineRangeAreaSeries()
Declaration
public SplineRangeAreaSeries()
Properties
SplineType
Gets or sets the spline type of spline range area series.
Declaration
public SplineType SplineType { get; set; }
Property Value
Type |
---|
SplineType |
Methods
CreateSegment()
Create the SplineRangeAreaSegment.
Declaration
protected override ChartSegment CreateSegment()
Returns
Type | Description |
---|---|
ChartSegment | Returns a segment. |
Overrides
CreateSegments()
Creates the segments of SplineAreaSeries.
Declaration
protected override void CreateSegments()
Overrides
SeriesContainsPoint(PointF)
Check whether the series contains points or not.
Declaration
public override bool SeriesContainsPoint(PointF point)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.PointF | point | The touch point |
Returns
Type | Description |
---|---|
System.Boolean | Tends to boolean value |