Version

RangeType Property (AxisAppearance)

Adjusts how the range of this Axis will be calculated.
Syntax
'Declaration
 
Public Property RangeType As AxisRangeType
public AxisRangeType RangeType {get; set;}
Remarks

This is an enumerated property that determines how the upper and lower bound of this Axis is calculated. See AxisRangeType for details of this property's possible settings.

For backward compatibility, this property defaults to AxisRangeType.Automatic.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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