Skip to main content
A newer version of this page is available. .

DiagramCoordinates.TimeSpanArgument Property

Returns the diagram point’s time-span argument.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public TimeSpan TimeSpanArgument { get; }

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