Version

RangeMax Property (AxisAppearance)

Gets or sets the maximum limit (or index) of this Axis' range.
Syntax
'Declaration
 
Public Property RangeMax As Double
public double RangeMax {get; set;}
Remarks

For continuous axes this property allows a developer to specify the upper limit of this Axis' range. If the axis is discrete (dates, series-grouping, etc) then this allows the developer to specify a maximum row (or column, depending on chart type) index to plot.

The value for the upper limit of the axis must be a positive number when the NumericAxisType is Logarithmic. If the RangeMax is less than or equal to the RangeMin, then the results of applying this range are undefined.

This property is ignored when RangeType is not set to Custom.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also