DataPointCustomProperties Constructor (Series, Boolean)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DataPointCustomProperties class.

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

new : 
        series:Series *
        pointProperties:bool -> DataPointCustomProperties

Parameters

series
Type: System.Web.UI.DataVisualization.Charting.Series

The series that the data point belongs to.

pointProperties
Type: System.Boolean

A flag that indicates whether this is a data point custom property.

.NET Framework
Available since 4.0
Return to top
Show: