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