Class XyDataSeries
Class implementation for XyDataseries
Inheritance
System.Object
XyDataSeries
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class XyDataSeries : CartesianSeries, ICloneable, ISupportAxes2D, ISupportAxes
Constructors
XyDataSeries()
Called when instance created for XyDataSeries
Declaration
public XyDataSeries()
Fields
YBindingPathProperty
The DependencyProperty for YBindingPath property. .
Declaration
public static readonly DependencyProperty YBindingPathProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
YBindingPath
Gets or sets the property path bind with y axis.
Declaration
public string YBindingPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YValues
Gets or sets the y values collection.
Declaration
protected IList<double> YValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Double> |
Methods
CloneSeries(DependencyObject)
Returns the instance of XyDataSeries series.
Declaration
protected override DependencyObject CloneSeries(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | object |
Returns
Type | Description |
---|---|
System.Windows.DependencyObject |
Overrides
GeneratePoints()
Method for Generate Points for XYDataSeries
Declaration
protected override void GeneratePoints()
Overrides
OnBindingPathChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnBindingPathChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | args |
Overrides
OnDataSourceChanged(IEnumerable, IEnumerable)
Called when DataSource property changed
Declaration
protected override void OnDataSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IEnumerable | oldValue | |
System.Collections.IEnumerable | newValue |