Class SFRangeSeries
Serves as a base class for all types of range series.
Inheritance
System.Object
SFRangeSeries
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public abstract class SFRangeSeries : SFCartesianSeries
Constructors
SFRangeSeries()
Declaration
protected SFRangeSeries()
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()