4.1 Vector Symbology Methods (Single Symbol, Unique Values, Graduated/Unclassed Colors, Proportional Symbols)

Key Takeaways

  • Unique Values symbology is designed for categorical or qualitative data, such as land use or zoning types.
  • Graduated Colors and Graduated Symbols use data classification schemes (like Natural Breaks) to visualize quantitative differences by breaking data into discrete classes.
  • Unclassed Colors and Proportional Symbols represent quantitative data along a continuous scale, providing a smooth transition without arbitrary class breaks.
  • Natural Breaks (Jenks) classification minimizes variance within classes and maximizes variance between classes, making it ideal for unevenly distributed data.
  • Quantile classification assigns an equal number of features to each class, which is suitable for linearly distributed data but can obscure large gaps in value ranges.
Last updated: July 2026

Vector Symbology Methods Overview

ArcGIS Pro provides a comprehensive suite of vector symbology methods that allow GIS professionals to represent geographic features accurately and effectively. These methods range from simple unified displays to complex multivariate visualizations. Understanding when and how to apply each symbology type is a critical skill tested on the ArcGIS Pro Associate exam. The choice of symbology is primarily driven by the nature of the attribute data: qualitative (categorical) or quantitative (numerical).

Qualitative Symbology

Qualitative data describes categories, names, or types without implying a numerical sequence or magnitude. In ArcGIS Pro, qualitative symbology methods include Single Symbol and Unique Values.

Single Symbol The Single Symbol method applies a uniform symbol to all features in a layer, regardless of their attribute values. This is the default symbology applied when a new vector layer is added to a map. It is best used when the sole purpose of the layer is to show the location or footprint of features, such as displaying the boundaries of a study area or the location of city facilities where differentiation is not required.

Unique Values Unique Values symbology assigns a distinct symbol to each unique value (or combination of values) in a specified attribute field or fields. It is the primary method for visualizing categorical data. For example, a land-use layer might use Unique Values to assign different colors to residential, commercial, industrial, and agricultural zones. ArcGIS Pro allows users to group multiple unique values into a single symbol class and to symbolize based on up to three fields simultaneously. You can also add unlisted values or use color schemes specifically designed for categorical data to maintain visual distinction.

Exam Tip: Remember that Unique Values is specifically for qualitative data. Using Unique Values on a quantitative field with hundreds of unique numbers will result in a cluttered, unreadable map and is a poor cartographic practice.

Quantitative Symbology (Discrete)

Quantitative data represents measurable quantities, amounts, or numerical hierarchies. Discrete quantitative symbology groups these values into classes using a specific classification scheme.

Graduated Colors Graduated Colors symbology uses differences in color (usually lightness or saturation within a single hue, or a multi-hue sequential color ramp) to represent numerical quantities. It is primarily used for polygon features (choropleth mapping), such as showing population density or median household income by census tract. Data is grouped into distinct classes (e.g., 5 classes of population density).

Graduated Symbols Graduated Symbols symbology uses variations in symbol size to represent numerical quantities. It is typically applied to point or line features. For example, cities could be represented by point symbols that increase in size as the city's population increases. Like Graduated Colors, the data values are divided into distinct classes, and each class is assigned a specific symbol size.

Quantitative Symbology (Continuous)

Continuous quantitative symbology does not group data into discrete classes. Instead, it scales the visual variable (color or size) continuously based on the exact attribute value.

Unclassed Colors Unclassed Colors symbology matches a continuous color scheme directly to the range of data values. Instead of having discrete color steps (like in Graduated Colors), the color transitions smoothly across the features. This method provides a more precise representation of the data, as features with slightly different values will have slightly different colors, avoiding the arbitrary distinctions created by class breaks.

Proportional Symbols Proportional Symbols scale the size of a point or line symbol in exact proportion to the data value. For instance, a feature with a value of 100 will be drawn with a symbol exactly twice the size of a feature with a value of 50. This method eliminates the need for data classification entirely. It is highly effective for absolute counts (e.g., total population, number of incidents) but can be difficult to interpret if the data has an extreme range, as the largest symbols may obscure the map.

Advanced Symbology Methods

Dot Density Dot Density symbology represents quantitative data as a collection of dots distributed within a polygon. Each dot represents a specific value (e.g., 1 dot = 100 people). This method is excellent for visualizing spatial distribution and density. In ArcGIS Pro, you can also map multiple fields simultaneously using differently colored dots within the same polygon to show composition (e.g., demographic breakdown).

Bivariate Colors Bivariate Colors symbology allows you to visualize the relationship between two quantitative variables simultaneously. It uses a grid-based color scheme (typically 3x3 or 4x4) where one variable is mapped along the x-axis with a specific color ramp, and the second variable is mapped along the y-axis with a different color ramp. The resulting grid of colors reveals areas where both values are high, both are low, or one is high while the other is low.

Data Classification Schemes

When using Graduated Colors or Graduated Symbols, you must select a data classification scheme. The scheme determines how the continuous range of numerical values is divided into discrete classes. The choice of scheme drastically alters the appearance and interpretation of the map.

Classification SchemeDescriptionBest Used For
Natural Breaks (Jenks)Identifies natural groupings inherent in the data. It minimizes the variance within each class and maximizes the variance between classes.Unevenly distributed data or data with natural clusters. This is the default classification method in ArcGIS Pro.
QuantileDivides the data so that each class contains an equal number of features. The range of values in each class will vary.Linearly distributed data. It is good for showing relative rankings (top 20%, bottom 20%), but can place similar values in different classes.
Equal IntervalDivides the entire range of attribute values into equal-sized subranges. The number of features in each class will vary.Familiar data ranges like percentages (0-20, 20-40, 40-60) or temperature. It works best when the data is evenly distributed across the entire range.
Defined IntervalSimilar to Equal Interval, but the user specifies the exact interval size (e.g., exactly 10 units per class), and ArcGIS Pro determines the total number of classes.Situations where specific numeric thresholds are required by a standard or policy.
Standard DeviationShows how much a feature's attribute value varies from the mean. Class breaks are created using standard deviation values (e.g., 1 std dev, 0.5 std dev).Highlighting extreme values or outliers, anomalies, and displaying normally distributed data. Usually paired with a diverging color scheme.

Understanding how to manipulate the histogram in the Symbology pane is critical. You can manually adjust class breaks by dragging the sliders on the histogram or by typing exact upper values. Careful selection of classification methods ensures the map communicates the underlying data truthfully without misleading the viewer.

Test Your Knowledge

Which vector symbology method scales point sizes in exact proportion to the attribute value without using discrete classes?

A
B
C
D
Test Your Knowledge

When mapping the median household income of counties, you want each color class to represent a range of exactly $15,000. Which classification scheme should you use?

A
B
C
D
Test Your Knowledge

Which data classification scheme is specifically designed to minimize variance within classes and maximize variance between classes?

A
B
C
D