ASPxClientAxisRange Properties
Represents the client-side equivalent of the AxisRange class.
Name | Description |
---|---|
axis | Gets the axis that owns the current axis range object. |
chart |
Gets the chart that owns the current chart element.
Inherited from ASPx |
max |
Gets the maximum value to display on an axis. |
max |
Gets the internal float representation of the range maximum value. |
min |
Gets the minimum value to display on an axis. |
min |
Gets the internal float representation of the range minimum value. |
See Also