[]
        
(Showing Draft Content)

C1.WPF.C1Chart.XYDataSeries

XYDataSeries Class

Represents data series with X- and Y-values.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class XYDataSeries : DataSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Remarks

The XYDataSeries class has two sets of data values (for x-coordinates and for y-coordinates).

Constructors

Name Description
XYDataSeries()

Creates an instance of XYDataSeries class.

Fields

Name Description
XValuesSourceProperty

Identifies the XValuesSource dependency property.

listX

Temporary list for x-values.

Properties

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.