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 ASPxClientWebChartElement. |
| maxValue | Gets the maximum value to display on an axis. |
| maxValueInternal | Gets the internal float representation of the range maximum value. |
| minValue | Gets the minimum value to display on an axis. |
| minValueInternal | Gets the internal float representation of the range minimum value. |
See Also