Skip to main content

PolarRangeAreaSeries2D.SetDateTimeValue2(SeriesPoint, DateTime) Method

Sets the value of the PolarRangeAreaSeries2D.DateTimeValue2 attached property for a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static void SetDateTimeValue2(
    SeriesPoint point,
    DateTime dateTimeValue
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object, to which the attached property is written.

dateTimeValue DateTime

The required DateTime value.

See Also