Skip to main content

PointData.DateTimeValue Property

Returns the point value as a DateTime object.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public DateTime DateTimeValue { get; }

Property Value

Type Description
DateTime

The point’s DateTime value.

Remarks

The DateTimeValue property returns an object stored in the PointData.Value property and converts it to the DateTime type. The DateTimeValue property is in effect only when the PointDataBase.ValueScaleType property value is ScaleType.DateTime.

See Also