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.

public:
 DataPointCustomProperties();
public DataPointCustomProperties ();
Public Sub New ()

Applies to

DataPointCustomProperties(Series, Boolean)

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

public:
 DataPointCustomProperties(System::Windows::Forms::DataVisualization::Charting::Series ^ series, bool pointProperties);
public DataPointCustomProperties (System.Windows.Forms.DataVisualization.Charting.Series series, bool pointProperties);
new System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties : System.Windows.Forms.DataVisualization.Charting.Series * bool -> System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties
Public Sub New (series As Series, pointProperties As Boolean)

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