Series.Points Property

Definition

Gets a collection of data points.

public:
 property System::Windows::Forms::DataVisualization::Charting::DataPointCollection ^ Points { System::Windows::Forms::DataVisualization::Charting::DataPointCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.DataPointCollection Points { get; }
[<System.ComponentModel.Bindable(true)>]
member this.Points : System.Windows.Forms.DataVisualization.Charting.DataPointCollection
Public ReadOnly Property Points As DataPointCollection

Property Value

A collection of data points.

Attributes

Remarks

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.

Applies to