Class SFXyDataSeries
Serves as a base class for all types of xy series.
Inheritance
System.Object
SFXyDataSeries
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public abstract class SFXyDataSeries : SFCartesianSeries
Constructors
SFXyDataSeries()
Declaration
protected SFXyDataSeries()
Properties
YBindingPath
Gets or sets the YBinding path in items source.
Declaration
public string YBindingPath { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()