| Visual Basic (Declaration) | |
|---|---|
Public Property Extent As Integer | |
| C# | |
|---|---|
public int Extent {get; set;} | |
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.
