Back to Devexpress

SeriesPoint Constructors

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint-dot-ctor.md

latest4.9 KB
Original Source

SeriesPoint Constructors

An individual series point in the series.

NameParametersDescription
SeriesPoint()noneInitializes a new instance of the SeriesPoint class with default settings.
SeriesPoint(DateTime, DateTime)argument, valueInitializes a new instance of the SeriesPoint class with the specified date-time argument and value.
SeriesPoint(DateTime, Double)argument, valueInitializes a new instance of the SeriesPoint class with the specified date-time argument and numerical value.
SeriesPoint(DateTime, TimeSpan)argument, valueInitializes a new instance of the SeriesPoint class with the specified date-time argument and time-span value.
SeriesPoint(DateTime)argumentInitializes a new instance of the SeriesPoint class with the specified date-time argument.
SeriesPoint(Double, DateTime)argument, valueInitializes a new instance of the SeriesPoint class with the specified numerical argument and date-time value.
SeriesPoint(Double, Double)argument, valueInitializes a new instance of the SeriesPoint class with the specified numerical argument and value.
SeriesPoint(Double, TimeSpan)argument, valueInitializes a new instance of the SeriesPoint class with the specified numerical argument and time-span value.
SeriesPoint(Double)argumentInitializes a new instance of the SeriesPoint class with the specified numerical argument.
SeriesPoint(String, DateTime)argument, valueInitializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time value.
SeriesPoint(String, Double)argument, valueInitializes a new instance of the SeriesPoint class with the specified qualitative argument and numerical value.
SeriesPoint(String, TimeSpan)argument, valueInitializes a new instance of the SeriesPoint class with the specified qualitative argument and time-span value.
SeriesPoint(String)argumentInitializes a new instance of the SeriesPoint class with the specified qualitative argument.
SeriesPoint(TimeSpan, DateTime)argument, valueInitializes a new instance of the SeriesPoint class with the specified time-span argument and date-time value.
SeriesPoint(TimeSpan, Double)argument, valueInitializes a new instance of the SeriesPoint class with the specified time-span argument and numerical value.
SeriesPoint(TimeSpan, TimeSpan)argument, valueInitializes a new instance of the SeriesPoint class with the specified time-span argument and time-span value.
SeriesPoint(TimeSpan)argumentInitializes a new instance of the SeriesPoint class with the specified time-span argument.

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.Xpf.Charts Namespace