Back to Devexpress

SeriesPoint.DateTimeArgument Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriespoint-750a2f25.md

latest1.6 KB
Original Source

SeriesPoint.DateTimeArgument Property

Gets the point’s argument value of a date-time type.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public DateTime DateTimeArgument { get; }
vb
<Browsable(False)>
Public ReadOnly Property DateTimeArgument As Date

Property Value

TypeDescription
DateTime

A DateTime value that represents the date-time argument of the series data point.

|

Remarks

This property returns the object, stored by the SeriesPoint.Argument property, converted to a DateTime type. Note that the DateTimeArgument property is in effect only when the Series.ArgumentScaleType is ScaleType.DateTime.

See Also

Argument

SeriesPoint Class

SeriesPoint Members

DevExpress.Xpf.Charts Namespace