[]
Represents data series with X- and Y-values.
public class XYDataSeries : DataSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
The XYDataSeries class has two sets of data values (for x-coordinates and for y-coordinates).
Name | Description |
---|---|
XYDataSeries() | Creates an instance of XYDataSeries class. |
Name | Description |
---|---|
XValuesSourceProperty | Identifies the XValuesSource dependency property. |
listX | Temporary list for x-values. |
Name | Description |
---|---|
MemberPaths | Gets the array of member bindings for the series. |
XValueBinding | Gets or sets binding for x data values. |
XValues | Gets or set the x-data values collection. |
XValuesSource | Gets or sets the x-data values source. |