Series.Points Property

.NET Framework (current version)
 

Gets a DataPointCollection object.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
<ThemeableAttribute(False)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Points As DataPointCollection

Property Value

Type: System.Web.UI.DataVisualization.Charting.DataPointCollection

A DataPointCollection object that represents a collection of DataPoint objects.

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: