SeriesPoint(Int64, DateTime[]) Constructor
In This Article
Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
argument | Int64 | A Int64 value which specifies the numerical argument of the series point. This value is assigned to the Series |
values | Date |
An array of Date |
See Also