Version

Extent Property (AxisAppearance)

Gets or sets a value that specifies the breadth of any margin between an Axis and the edge of the Control, in pixels.
Syntax
'Declaration
 
Public Property Extent As Integer
public int Extent {get; set;}
Remarks

Extent may have a value between 0 and 500. It is not strictly a margin, since labels are rendered in area created by an Extent. Setting the Extent to too small a value will result in labels for that axis appearing clipped.

Extent is ignored for the axes of 3D charts, it applies to 2D charts only.

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