Gets a read only collection containing the CartesianDataPoint objects within the DataSeries. A CartesianDataPoint is the graphical representation of plotted data and is created by the DataSeries.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyCollection<CartesianDataPoint> DataPoints { get; }
Visual Basic
Public ReadOnly Property DataPoints As ReadOnlyCollection(Of CartesianDataPoint)
	Get
Visual C++
public:
property ReadOnlyCollection<CartesianDataPoint^>^ DataPoints {
	ReadOnlyCollection<CartesianDataPoint^>^ get ();
}

See Also