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.v24.1.dll

NuGet Package: DevExpress.Charts

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