Class XyDataSeries
Serves as a base class for all types of xy series.
Inheritance
System.Object
XyDataSeries
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class XyDataSeries : CartesianSeries
Constructors
XyDataSeries()
Declaration
protected XyDataSeries()
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()