Back to Devexpress

SeriesPoint Constructors

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-dot-ctor.md

latest19.9 KB
Original Source

SeriesPoint Constructors

Represents an individual series point.

NameParametersDescription
SeriesPoint()noneInitializes a new instance of the SeriesPoint class with the default settings. For internal use only.
SeriesPoint(DateOnly, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified DateOnly argument and DateOnly values.
SeriesPoint(DateOnly, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified DateOnly argument and DateTime values.
SeriesPoint(DateOnly, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified DateOnly argument and numeric values.
SeriesPoint(DateOnly, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified DateOnly argument and TimeOnly values.
SeriesPoint(DateOnly, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified DateOnly argument and TimeSpan values.
SeriesPoint(DateOnly)argumentInitializes a new instance of the SeriesPoint class with the specified DateOnly argument.
SeriesPoint(DateTime, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified DateTime argument and DateOnly values.
SeriesPoint(DateTime, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified date-time argument and values.
SeriesPoint(DateTime, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified date-time argument and values.
SeriesPoint(DateTime, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified DateTime argument and TimeOnly values.
SeriesPoint(DateTime, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified date-time argument and time-span values.
SeriesPoint(DateTime)argumentInitializes a new instance of the SeriesPoint class with the specified date-time argument.
SeriesPoint(Decimal, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
SeriesPoint(Decimal, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Decimal, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Decimal, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
SeriesPoint(Decimal, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and time-span values.
SeriesPoint(Decimal)argumentInitializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Double, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
SeriesPoint(Double, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Double, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified Double argument and values.
SeriesPoint(Double, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
SeriesPoint(Double, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified double argument and time-span values.
SeriesPoint(Double)argumentInitializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Int16, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Int16, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Int16, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
SeriesPoint(Int16, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified integer argument and time-span values.
SeriesPoint(Int16)argumentInitializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Int32, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
SeriesPoint(Int32, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Int32, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Int32, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
SeriesPoint(Int32, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified integer argument and time-span values.
SeriesPoint(Int32)argumentInitializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Int64, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Int64, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Int64, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
SeriesPoint(Int64, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified integer argument and time-span values.
SeriesPoint(Int64)argumentInitializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Object, Object[], Int32)argument, values, idInitializes a new instance of the SeriesPoint class with the specified argument and values.
SeriesPoint(Object, Object[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified argument and values.
SeriesPoint(Object)argumentInitializes a new instance of the SeriesPoint class with the specified argument.
SeriesPoint(Single, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and DateOnly values.
SeriesPoint(Single, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Single, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Single, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and TimeOnly values.
SeriesPoint(Single, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified numeric argument and time-span values.
SeriesPoint(Single)argumentInitializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(String, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified string argument and DateOnly values.
SeriesPoint(String, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time values.
SeriesPoint(String, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified string argument and values.
SeriesPoint(String, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified string argument and TimeOnly values.
SeriesPoint(String, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified string argument and time-span values.
SeriesPoint(String)argumentInitializes a new instance of the SeriesPoint class with the specified string argument.
SeriesPoint(TimeOnly, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified TimeOnly argument and DateOnly values.
SeriesPoint(TimeOnly, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified TimeOnly argument and DateTime values.
SeriesPoint(TimeOnly, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified TimeOnly argument and numeric values.
SeriesPoint(TimeOnly, TimeOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified TimeOnly argument and TimeOnly values.
SeriesPoint(TimeOnly, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified TimeOnly argument and TimeSpan values.
SeriesPoint(TimeOnly)argumentInitializes a new instance of the SeriesPoint class with the specified TimeOnly argument.
SeriesPoint(TimeSpan, DateOnly[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified TimeSpan argument and DateOnly values.
SeriesPoint(TimeSpan, DateTime[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified time-span argument and date-time values.
SeriesPoint(TimeSpan, Double[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified time-span argument and numeric values.
SeriesPoint(TimeSpan, TimeSpan[])argument, valuesInitializes a new instance of the SeriesPoint class with the specified time-span argument and values.
SeriesPoint(TimeSpan)argumentInitializes a new instance of the SeriesPoint class with the specified time-span argument.

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace