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

SeriesPoint Constructors

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