SeriesPoint(DateTime, TimeSpan[]) Constructor
In This Article
Initializes a new instance of the SeriesPoint class with the specified date-time argument and time-span values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
argument | Date |
A date-time value that specifies the series point’s argument. This value is assigned to the Series |
values | Time |
An array of time-span values that specifies the series points’s values for the specified argument. An individual item of these values can be accessed via the Series |
See Also