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, TimeSpan) | argument, value | Initializes a new instance of the SeriesPoint class with the specified date-time argument and time-span 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, TimeSpan) | argument, value | Initializes a new instance of the SeriesPoint class with the specified numerical argument and time-span 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, TimeSpan) | argument, value | Initializes a new instance of the SeriesPoint class with the specified qualitative argument and time-span value. |
SeriesPoint(String) | argument | Initializes a new instance of the SeriesPoint class with the specified qualitative argument. |
SeriesPoint(TimeSpan, DateTime) | argument, value | Initializes a new instance of the SeriesPoint class with the specified time-span argument and date-time value. |
SeriesPoint(TimeSpan, Double) | argument, value | Initializes a new instance of the SeriesPoint class with the specified time-span argument and numerical value. |
SeriesPoint(TimeSpan, TimeSpan) | argument, value | Initializes a new instance of the SeriesPoint class with the specified time-span argument and time-span value. |
SeriesPoint(TimeSpan) | argument | Initializes a new instance of the SeriesPoint class with the specified time-span argument. |
See Also