PointDataBase.DateTimeArgument Property
In This Article
Returns the point’s argument 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 DateTimeArgument
property returns an object stored in the PointDataBase.Argument property and converts it to the DateTime type. The DateTimeArgument
property is in effect only when the PointDataBase.ArgumentScaleType property value is ScaleType.DateTime. For more information about scale types, refer to the following section: Load Chart Data - Available Data Types.
See Also