| Object Reference > Axis Object > Axis Object Properties > Max Property (Axis) |
Max Property (Axis)
The maximum value of the axis. See DerivedDouble Object for details. For the X-axis and Y-axis, ComponentOne Chart automatically adjusts sets so that data values higher than the value of this property are not displayed. For the Z-axis, the value of this property cannot be less than the maximum Z-value.
Property Max As DerivedDouble
Example
' Set maximum value for X-axis
Chart3D1.ChartArea.Axes("X").Max = 500.0
See Also