DataPoint Constructor ()

.NET Framework (current version)
 

Initializes a new instance of the DataPoint class.

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

public DataPoint()

This constructor can be used to create and initialize a new instance of the DataPoint class.

However, it is highly recommended that you instead add data points at run time, using the Points collection property.

.NET Framework
Available since 4.0
Return to top
Show: