ASPxClientDiagramCoordinates.dateTimeArgument Property
Gets the date-time representation of the data point’s argument.
Declaration
dateTimeArgument: Date
Property Value
Type | Description |
---|---|
Date | A date object, representing the point’s argument. |
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 dateTimeArgument property of this object is calculated as follows:
If the ASPxClientDiagramCoordinates.argumentScaleType is not the ScaleType.DateTime, this property returns a null value.
See Also