Skip to main content

DiagramCoordinates.TimeSpanArgument Property

Returns the diagram point’s time-span argument.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: 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