Skip to main content

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(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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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(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