ASPxClientAxisValue.dateTimeValue Property
Gets the axis value, if the axis scale type is date-time.
Declaration
dateTimeValue: Date
Property Value
Type | Description |
---|---|
Date | A DateTime value, specifying the axis value. |
Remarks
The axis scale type is returned by the ASPxClientAxisValue.scaleType property.
See Also