Class SFSplineRangeAreaSeries
Represents a spline 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
SFSplineRangeAreaSeries
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFSplineRangeAreaSeries : SFRangeAreaSeries
Remarks
SFSplineAreaSeries 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
SFSplineRangeAreaSeries()
Declaration
public SFSplineRangeAreaSeries()
Properties
SplineType
Gets or sets the spline type of spline range area series.
Declaration
public SplineType SplineType { get; set; }
Property Value
Type |
---|
SplineType |
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
SFChartSegment | segment |
Returns
Type |
---|
CoreAnimation.CAAnimation |
Overrides
CreateSegment()
Create the SFSplineRangeAreaSegment.
Declaration
protected override SFChartSegment CreateSegment()
Returns
Type | Description |
---|---|
SFChartSegment | Returns a segment. |
Overrides
CreateSegments()
Creates the segments of
Declaration
public override void CreateSegments()