Maptitude for Redistricting
Product Info
 • Overview
State Edition
City/County Edition
Custom Reports
Other Products and Services
 • Our Clients
Support & Training
 • Download Base Maps
 • Training
  Tech Corner

Maptitude for Redistricting Tech Corner

How can I make labels that span multiple lines?

Formulas can be used to make labels with multiple lines like in the following example:

There are a few things to remember when creating multiple line labels:

To create the label above, you would:

  1. Change the working layer to the features you want to label.
  2. Click on the Automatic Labels button.
  3. In the Automatic Labels dialog box, select Formula for the Field.
  4. In the Formula dialog box, enter the following formula:
    "Tot. Pop.: " + i2s(Population) + "|" + "Black: " + i2s(Black)

    Type "Label" for the Name and click OK to go on.
  5. After you have finished selecting your label settings, Click OK to display the labels.

Back to Tech Corner Overview