Skip to main content

SeriesPoint.DateTimeValues Property

Gets or sets the point’s data value(s) of the date-time type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public DateTime[] DateTimeValues { get; set; }

Property Value

Type Description
DateTime[]

An array of DateTime values that represent the date-time value(s) of the series data point.

See Also