Skip to main content

PointData Constructors

A series point that has one value per argument.
Name Parameters Description
PointData() none Initializes a new instance of the PointData class.
PointData(DateTime, DateTime) argument, value Initializes a new instance of the PointData class with specified settings.
PointData(DateTime, Double) argument, value Initializes a new instance of the PointData class with specified settings.
PointData(DateTime) argument Initializes a new instance of the PointData class with specified settings.
PointData(Double, DateTime) argument, value Initializes a new instance of the PointData class with specified settings.
PointData(Double, Double) argument, value Initializes a new instance of the PointData class with specified settings.
PointData(Double) argument Initializes a new instance of the PointData class with specified settings.
PointData(String, DateTime) argument, value Initializes a new instance of the PointData class with specified settings.
PointData(String, Double) argument, value Initializes a new instance of the PointData class with specified settings.
PointData(String) argument Initializes a new instance of the PointData class with specified settings.
See Also