Skip to main content
A newer version of this page is available. .

SeriesPoint.DateTimeValues Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(SeriesPoint.DateTimeValuesTypeConverter))]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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