Infragistics2.WebUI.UltraWebChart.v8.2
Extent Property
See Also 
Infragistics.UltraChart.Resources.Appearance Namespace > AxisAppearance Class : Extent Property

Gets or sets a value that specifies the breadth of any margin between an Axis and the edge of the Control, in pixels.

Syntax

Visual Basic (Declaration) 
Public Property Extent As Integer
C# 
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.

See Also