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




Gets or sets the text that displays in bottom of a column if a valuemap is carried over into the next column.

Syntax

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

Example

For an example, see the Legend overview.

Remarks

This is the text that appears at the bottom of a column if entries for a layer using a ValueMapRenderer are split between columns. This may occur if multiple columns are used by setting ColumnCount higher than one, and CanSplit is true.

For example, if a countries layer renders each country with a different symbol, the legend will display these symbols along with country names. The country list may be split between columns. If it is split, SplitText will be placed at the bottom of the column where the split occurs.

The default split text is "(Cont)".

Does not apply to ArcMap Server image services.

See Also

© 2010 All Rights Reserved.