Back to Devexpress

SeriesPoint.DateTimeValues Property

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-69523d5a.md

latest1.1 KB
Original Source

SeriesPoint.DateTimeValues Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public DateTime[] DateTimeValues { get; set; }
vb
Public Property DateTimeValues As Date()

Property Value

TypeDescription
DateTime[]

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

|

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace