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

DiagramCoordinates.TimeSpanValue Property

Returns the diagram point’s time-span value.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public TimeSpan TimeSpanValue { get; }

Property Value

Type Description
TimeSpan

A time-span value that specifies the diagram point’s argument.

Remarks

Use the XYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the DiagramCoordinates object.

See Also