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

PolarRangeAreaSeries2D.GetTimeSpanValue2(SeriesPoint) Method

Gets the PolarRangeAreaSeries2D.TimeSpanValue2 attached property value of the specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public static TimeSpan GetTimeSpanValue2(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object whose PolarRangeAreaSeries2D.TimeSpanValue2 property value is to be returned.

Returns

Type Description
TimeSpan

The PolarRangeAreaSeries2D.TimeSpanValue2 property value for the specified series point.

See Also