Class RangeSeriesBase
Serves as a base class for all types of range series.
Inheritance
System.Object
RangeSeriesBase
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public abstract class RangeSeriesBase : CartesianSeries, IThemeElement
Constructors
RangeSeriesBase()
Initializes a new instance of the RangeSeriesBase class.
Declaration
public RangeSeriesBase()
Fields
HighProperty
Gets or sets the High
binding path in Items source. This is a bindable property.
Declaration
public static readonly BindableProperty HighProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LowProperty
Gets or sets the Low
binding path in Items source. This is a bindable property.
Declaration
public static readonly BindableProperty LowProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
High
Gets or sets the High
binding path in Items source. This is a bindable property.
Declaration
public string High { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the System.String as its value. |
Low
Gets or sets the Low
binding path in Items source. This is a bindable property.
Declaration
public string Low { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the System.String as its value. |
Methods
GetChartDataPoints()
Method used to get the collection of ChartDataPoint which is used to render all the types of range series.
Declaration
public override IList<ChartDataPoint> GetChartDataPoints()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ChartDataPoint> | Collection. |