SeriesPoint Constructors
Represents an individual series point.| Name | Parameters | Description |
|---|---|---|
| SeriesPoint() | none | Initializes a new instance of the SeriesPoint class with the default settings. For internal use only. |
| SeriesPoint(DateOnly, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified DateOnly argument and DateOnly values.
|
| SeriesPoint(DateOnly, DateTime[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified DateOnly argument and DateTime values.
|
| SeriesPoint(DateOnly, Double[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified DateOnly argument and numeric values.
|
| SeriesPoint(DateOnly, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified DateOnly argument and TimeOnly values.
|
| SeriesPoint(DateOnly, TimeSpan[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified DateOnly argument and TimeSpan values.
|
| SeriesPoint(DateOnly) | argument |
Initializes a new instance of the SeriesPoint class with the specified DateOnly argument.
|
| SeriesPoint(DateTime, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified DateTime argument and DateOnly values.
|
| SeriesPoint(DateTime, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified date-time argument and values. |
| SeriesPoint(DateTime, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified date-time argument and values. |
| SeriesPoint(DateTime, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified DateTime argument and TimeOnly values.
|
| SeriesPoint(DateTime, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified date-time argument and time-span values. |
| SeriesPoint(DateTime) | argument | Initializes a new instance of the SeriesPoint class with the specified date-time argument. |
| SeriesPoint(Decimal, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
|
| SeriesPoint(Decimal, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values. |
| SeriesPoint(Decimal, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and values. |
| SeriesPoint(Decimal, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
|
| SeriesPoint(Decimal, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and time-span values. |
| SeriesPoint(Decimal) | argument | Initializes a new instance of the SeriesPoint class with the specified numeric argument. |
| SeriesPoint(Double, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
|
| SeriesPoint(Double, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values. |
| SeriesPoint(Double, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified Double argument and values. |
| SeriesPoint(Double, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
|
| SeriesPoint(Double, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified double argument and time-span values. |
| SeriesPoint(Double) | argument | Initializes a new instance of the SeriesPoint class with the specified numeric argument. |
| SeriesPoint(Int16, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values. |
| SeriesPoint(Int16, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and values. |
| SeriesPoint(Int16, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
|
| SeriesPoint(Int16, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified integer argument and time-span values. |
| SeriesPoint(Int16) | argument | Initializes a new instance of the SeriesPoint class with the specified numeric argument. |
| SeriesPoint(Int32, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
|
| SeriesPoint(Int32, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values. |
| SeriesPoint(Int32, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and values. |
| SeriesPoint(Int32, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
|
| SeriesPoint(Int32, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified integer argument and time-span values. |
| SeriesPoint(Int32) | argument | Initializes a new instance of the SeriesPoint class with the specified numeric argument. |
| SeriesPoint(Int64, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values. |
| SeriesPoint(Int64, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and values. |
| SeriesPoint(Int64, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
|
| SeriesPoint(Int64, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified integer argument and time-span values. |
| SeriesPoint(Int64) | argument | Initializes a new instance of the SeriesPoint class with the specified numeric argument. |
| SeriesPoint(Object, Object[], Int32) | argument, values, id | Initializes a new instance of the SeriesPoint class with the specified argument and values. |
| SeriesPoint(Object, Object[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified argument and values. |
| SeriesPoint(Object) | argument | Initializes a new instance of the SeriesPoint class with the specified argument. |
| SeriesPoint(Single, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
|
| SeriesPoint(Single, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values. |
| SeriesPoint(Single, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and values. |
| SeriesPoint(Single, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
|
| SeriesPoint(Single, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified numeric argument and time-span values. |
| SeriesPoint(Single) | argument | Initializes a new instance of the SeriesPoint class with the specified numeric argument. |
| SeriesPoint(String, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified string argument and DateOnly values.
|
| SeriesPoint(String, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time values. |
| SeriesPoint(String, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified string argument and values. |
| SeriesPoint(String, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified string argument and TimeOnly values.
|
| SeriesPoint(String, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified string argument and time-span values. |
| SeriesPoint(String) | argument | Initializes a new instance of the SeriesPoint class with the specified string argument. |
| SeriesPoint(TimeOnly, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument and DateOnly values.
|
| SeriesPoint(TimeOnly, DateTime[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument and DateTime values.
|
| SeriesPoint(TimeOnly, Double[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument and numeric values.
|
| SeriesPoint(TimeOnly, TimeOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument and TimeOnly values.
|
| SeriesPoint(TimeOnly, TimeSpan[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument and TimeSpan values.
|
| SeriesPoint(TimeOnly) | argument |
Initializes a new instance of the SeriesPoint class with the specified TimeOnly argument.
|
| SeriesPoint(TimeSpan, DateOnly[]) | argument, values |
Initializes a new instance of the SeriesPoint class with the specified TimeSpan argument and DateOnly values.
|
| SeriesPoint(TimeSpan, DateTime[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified time-span argument and date-time values. |
| SeriesPoint(TimeSpan, Double[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified time-span argument and numeric values. |
| SeriesPoint(TimeSpan, TimeSpan[]) | argument, values | Initializes a new instance of the SeriesPoint class with the specified time-span argument and values. |
| SeriesPoint(TimeSpan) | argument | Initializes a new instance of the SeriesPoint class with the specified time-span argument. |
See Also