SeriesPoint.DateTimeValues Property
Gets or sets the point’s data value(s) of the date-time type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| DateTime[] | An array of DateTime values that represent the date-time value(s) of the series data point. |
See Also