Class RangeSeriesBase
Serves as a base class for all types of range series.
Inheritance
System.Object
RangeSeriesBase
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class RangeSeriesBase : CartesianSeries
Constructors
RangeSeriesBase()
Declaration
protected RangeSeriesBase()
Properties
High
Gets or sets the binding path for high value in items source.
Declaration
public string High { get; set; }
Property Value
Type |
---|
System.String |
Low
Gets or sets the binding path for low value in items source.
Declaration
public string Low { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()