DiagramCoordinates.DateOnlyArgument Property
Gets the date-only argument of the diagram point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DateOnly | The diagram point’s DateOnly argument. |
Remarks
The DateOnlyArgument property returns a date-only argument value if the DiagramCoordinates.ArgumentScaleType is ScaleType.DateOnly. Otherwise, the property returns null (Nothing in Visual Basic).
See Also