Gets or sets a DataPoint collection in the Series.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Property DataPoints As DataPoints
C#
public DataPoints DataPoints { get; set; }
Visual C++
public:
property DataPoints^ DataPoints {
	DataPoints^ get ();
	void set (DataPoints^ value);
}
JavaScript
function get_dataPoints();
function set_dataPoints(value);

See Also