ASPxClientDiagramCoordinates.dateTimeValue Property
Gets the date-time representation of the data point’s value.
Declaration
dateTimeValue: Date
Property Value
Type | Description |
---|---|
Date | A date object, representing the point’s value. |
Remarks
Use the ASPxClientXYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the ASPxClientDiagramCoordinates object. This object provides extensive information about the point in question. The dateTimeValue property of this object is calculated as follows:
If the ASPxClientDiagramCoordinates.valueScaleType is not ScaleType.DateTime, this property returns a null value.
See Also