DiagramCoordinates.DateTimeArgument Property
Gets the date-time argument of the diagram point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime value, which is the diagram point’s argument. |
Remarks
The DateTimeArgument property returns a date-time argument value, if the DiagramCoordinates.ArgumentScaleType is ScaleType.DateTime. Otherwise, it returns null (Nothing in Visual Basic).
See Also