Series::Points Property

.NET Framework (current version)
 

Gets a collection of data points.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
property DataPointCollection^ Points {
	DataPointCollection^ get();
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::DataPointCollection^

A collection of data points.

The Points collection property allows you to add and remove data points to a series. This property also provides methods and properties that can be used to manipulate this collection, such as finding data points, performing data-binding, and so forth.

.NET Framework
Available since 4.0
Return to top
Show: