Skip to main content

RangeBarSeries2D.GetDateTimeValue2(SeriesPoint) Method

Gets the value of the RangeBarSeries2D.DateTimeValue2 attached property of the specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static DateTime GetDateTimeValue2(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object whose RangeBarSeries2D.DateTimeValue2 property’s value is to be returned.

Returns

Type Description
DateTime

The value of the RangeBarSeries2D.DateTimeValue2 property of the specified series point.

See Also