PointData.DateTimeValue Property
In This Article
Returns the point value as a DateTime object.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Date |
The point’s Date |
#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