Series.Points Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.