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

ASPxClientDiagramCoordinates Members

Represents the client-side equivalent of the DiagramCoordinates class.

Properties

Name Description
argumentScaleType Gets the type of the argument scale.
axisX Gets the X-axis of the diagram point.
axisY Gets the Y-axis of the diagram point.
dateTimeArgument Gets the date-time representation of the data point’s argument.
dateTimeValue Gets the date-time representation of the data point’s value.
numericalArgument Gets the numerical representation of the data point’s argument.
numericalValue Gets the numerical representation of the data point’s value.
pane Gets the pane of the diagram point.
qualitativeArgument Gets the argument of the data point as a text string.
valueScaleType Gets the type of the value scale.

Methods

Name Description
GetAxisValue(axis) Gets the value of the client-side axis instance.
IsEmpty Checks whether the current object represents a point outside the diagram area.
See Also