Symbolize bin-enabled feature layers

Bins are one way to aggregate point features in a map to observe patterns at small- and large-scale levels and to improve performance or comprehension.

To draw features with bins, binning must first be enabled on the source feature class. When binning is enabled, you can display the layer with polygon bins at smaller scales and individual point features at larger scales. When the source feature class is enabled for binning, the layer draws with bins at smaller scales by default. To see individual point features at all scales and not draw bins at all, you can turn off bin drawing. All binning settings are persisted if you turn bin drawing off. To adjust whether bins are drawn, under Aggregation, on the Binning tab, in the Layer group, click Binning Enable Binning. For more information about modifying the bin display settings, see Work with bin-enabled feature layers.

The way bins are displayed can be changed from the ribbon, but the way the bins and points are symbolized is controlled from the Symbology pane. The symbology of the bins is controlled independently from the symbology of the point features, and the table of contents shows both types of symbology for the layer.

Symbolize bin-enabled feature layers

The polygon bins in a bin-enabled feature layer can be symbolized with either single symbol or unclassed colors symbology. The bin shape is determined when the layer is enabled for binning, and you can't change the shape of the bins unless it is from a spatiotemporal database. With unclassed colors symbology, the bin's symbol is based on the total feature count by default, but you can choose a different summary statistic to symbolize instead. To learn more, see Calculating summary statistics for bins.

In addition to single symbol or unclassed colors symbology, you can further refine the symbology of the bins by varying the size of the bin outlines by an attribute or expression, or symbolizing features uniquely by deriving symbol property values from feature attributes. You cannot import and apply symbology from another layer to the bins of a bin-enabled feature layer, but you are able to do so for the underlying features.

To change the symbology of bins on a bin-enabled feature layer, follow these steps:

  1. Select a point feature layer in the Contents pane that is enabled for binning.
  2. If necessary, under Feature Layer, on the Appearance tab, in the Drawing group, click the Aggregation drop-down menu Aggregation and choose Binning Flat hexagon bin type.
  3. Under Aggregation, on the Binning tab, in the Drawing group, click Symbology Symbology.
  4. In the Symbology pane, there are two available subtabs:
    • Features—Symbolize the individual point features. Point features are drawn only at larger scales, or at all scales when bin drawing is disabled.
    • Bins—Symbolize the polygon bins. Bins are drawn only at smaller scales, when bin drawing is enabled.
  5. Click the Bins tab. On the Primary symbology tab Primary symbology, choose a symbology from the drop-down list. Choose from single symbol or unclassed colors symbology. Edit the summary field and color scheme settings as needed.
  6. Optionally, click the Vary by symbology attribute tab Vary symbology by attribute to symbolize additional fields.
Note:

When adding a bin-enabled feature layer to a legend, both features and bins display unless the option to only show features visible in the map extent is checked.

Customize the value range of the bin levels

With unclassed colors symbology, the value range of the bins' symbology is set by default to two standard deviations from the mean of the summary field on a normal distribution curve. Sometimes, the summarized values of the bins are very similar, so the bins draw in similar colors on the map. You may want to further explore the data variance by setting a custom value range for the bins' symbology.

When a different standard deviation is selected, bins with a summarized value that is outside the range of the bin levels draw with the lowest or highest symbol of the set color scheme. You may want to choose a smaller standard deviation if the sample variance is small but you want to symbolize the full range of values.

To adjust the value range of the bin levels, follow these steps:

  1. In the Symbology pane, on the Bins tab, click the Primary symbology tab Primary symbology.
  2. Click the Value range calculation drop-down menu. Choose a standard deviation calculation method.
  3. Adjust as desired.

You can also choose Custom, which allows you to customize the value range and specify the minimum and maximum value per level of detail. For reference, the layer's current level of detail is shown in the Level column of the table.

If your bin-enabled feature layer has a definition query set, is configured with ranges, or is time aware, changing the range or time period shown will update the map but not the symbology range. To refresh the symbology, in the Symbology pane, click the More drop-down menu and choose to refresh the values.

Use text to display bin values

You can add text to each bin to show the value of the statistic being symbolized. For example, if you are symbolizing bins of earthquakes based on mean magnitude, you can add text to each bin to show the actual mean magnitude for the features in that bin. Since bins are not actual features, this is not achieved with standard labeling techniques. Instead, the bin symbology template includes a shape marker symbol layer enabled for attribute-driven symbology to show the value of each bin. The value displayed by the symbol layer updates dynamically when the level of detail changes or if you change the summary field.

To display bin values, follow these steps:

  1. If bins are symbolized using unclassed colors, in the Symbology pane, under the Bins tab, on the Primary symbology tab Primary symbology, click the Template symbol. If bins are symbolized using single symbol symbology, click the symbol.
  2. In the Format Polygon Symbol pane, on the Properties tab, click the Layers tab Layers.
  3. Check the box to display the shape marker (text) symbol.
    Check the Visibility check box to display text labels.
  4. With the shape marker symbol layer highlighted, expand Appearance. On the Text string line, hover over the database button Geodatabase next to the text string to see the statistic or expression currently expressed by the text.

    To create a new expression, click the database button No attribute mapping defined, and in the Set Attribute Mapping window, click Set an expression Set an expression. If changes are made to the text string expression, it must be updated manually whenever the summary field is changed. In the expression builder, click OK to save any changes.

  5. Optionally, adjust the appearance of the shape marker symbol text or text string, and click Apply.

Related topics