This document is archived and information here might be outdated.  Recommended version.


ILegend3.AdjustColumns Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegend3.AdjustColumns Method

Adjust the item settings so that the legend contains the specified number of columns.

[Visual Basic .NET]
Public Sub AdjustColumns ( _
    ByVal Columns As Integer _
)
[C#]
public void AdjustColumns (
    int Columns
);
[C++]
HRESULT AdjustColumns(
  long Columns
);
[C++]

Parameters Columns [in] Columns is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegend3 Interface