Skip to main content
A newer version of this page is available. .

DataPoint Constructors

An individual data point in the series.
Name Parameters Description
DataPoint() none Initializes a new instance of the DataPoint class with default settings.
DataPoint(DateTime, DateTime) argument, value Initializes a new instance of the DataPoint class with the specified date-time argument and value.
DataPoint(DateTime, Double) argument, value Initializes a new instance of the DataPoint class with the specified date-time argument and numerical value.
DataPoint(DateTime) argument Initializes a new instance of the DataPoint class with the specified date-time argument.
DataPoint(Double, DateTime) argument, value Initializes a new instance of the DataPoint class with the specified numerical argument and date-time value.
DataPoint(Double, Double) argument, value Initializes a new instance of the DataPoint class with the specified numerical argument and value.
DataPoint(Double) argument Initializes a new instance of the DataPoint class with the specified numerical argument.
DataPoint(String, DateTime) argument, value Initializes a new instance of the DataPoint class with the specified qualitative argument and date-time value.
DataPoint(String, Double) argument, value Initializes a new instance of the DataPoint class with the specified qualitative argument and numerical value.
DataPoint(String) argument Initializes a new instance of the DataPoint class with the specified qualitative argument.
See Also