ESRI.ArcGIS.ADF.IMS
CanSplit Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > Legend Class : CanSplit Property




Gets or sets a value that allows splitting of valuemap layers between columns.

Syntax

Visual Basic (Declaration) 
Public Property CanSplit As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As Boolean
 
instance.CanSplit = value
 
value = instance.CanSplit
C# 
public bool CanSplit {get; set;}

Example

For an example, see the Legend overview.

Remarks

If true, allows the server to split entries in ValueMapRenderers between columns. For example, if a Countries layer displays each country with a different symbol, the legend will have a swatch and label for each country. If CanSplit is true, the country entries may be split between columns. This will only occur if ColumnCount is set to multiple columns.

The default is false.

Does not apply to ArcMap Server image services.

See Also

© 2010 All Rights Reserved.