control.Region(n).DataAxis(n).MaxValue

Type:Double
Purpose:Sets the maximum value for the data axis.
Default:

0

Accessible:Runtime
Remarks:

You can RMChart let calculate the minimum and maximum values for the data axis on basis of the data you have passed. If you want to set these values explicit, assure that they comprise the data, which shall be processed. The minimum value can be any number, the maximium value must be greater than the minimum value. If the maximum value is less than the minimum value, RMChart will ignore both values and automatic calculation will take place.

Example:RMChartX1.AddRegion
RMChartX1.Region(1).AddDataAxis
RMChartX1.Region(1).DataAxis(1).MaxValue = 100