DataPointCustomProperties Constructor (Series^, Boolean)

.NET Framework (current version)
 

Initializes a new instance of the DataPointCustomProperties class with the specified series and custom properties flag.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
DataPointCustomProperties(
	Series^ series,
	bool pointProperties
)

Parameters

series
Type: System.Windows.Forms.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: