Skip to main content

SeriesPointModel.DateTimeValues Property

Gets or sets the date-time values of the modeled series point.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public DateTime[] DateTimeValues { get; set; }

Property Value

Type Description
DateTime[]

The array of numeric values.

See Also