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

AxisValue.DateTimeValue Property

Gets the axis value, if the axis scale type is date-time.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public DateTime DateTimeValue { get; }

Property Value

Type Description
DateTime

A DateTime value, specifying the axis value.

Remarks

The axis scale type is returned by the AxisValue.ScaleType property.

See Also