DataPointCustomProperties Constructors

Definition

Initializes a new instance of the DataPointCustomProperties class.

Overloads

DataPointCustomProperties()

Initializes a new instance of the DataPointCustomProperties class.

DataPointCustomProperties(Series, Boolean)

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

DataPointCustomProperties()

Initializes a new instance of the DataPointCustomProperties class.

C#
public DataPointCustomProperties();

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

DataPointCustomProperties(Series, Boolean)

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

C#
public DataPointCustomProperties(System.Windows.Forms.DataVisualization.Charting.Series series, bool pointProperties);

Parameters

series
Series

The series that the data point belongs to.

pointProperties
Boolean

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

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1