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