Class XyDataSeries
Serves as a base class for all types of xy series.
Inheritance
System.Object
XyDataSeries
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public abstract class XyDataSeries : CartesianSeries, IThemeElement
Constructors
XyDataSeries()
Initializes a new instance of the XyDataSeries class.
Declaration
public XyDataSeries()
Fields
YBindingPathProperty
Gets or sets the Y
binding path in Items source. This is a bindable property.
Declaration
public static readonly BindableProperty YBindingPathProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
YBindingPath
Gets or sets the Y
binding path in Items source. This is a bindable property.
Declaration
public string YBindingPath { 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.
Declaration
public override IList<ChartDataPoint> GetChartDataPoints()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ChartDataPoint> | Collection. |