Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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