Below you will find the more detailed information about various types of legends supported by the Map control.
A Color-Based Legend is intended to detail the meaning of specific colors. In this case, a layer specified by a legend's ItemsLayerLegend.Layer property should contain Vector Items colorized by one of the following Colorizers:
There are two types of color-based legends.
The main properties that affect element appearance and functionality are listed below.
For more information on using these legends, see the following examples:
A Size-Based Legend details the meaning of various sizes in MapBubble or MapPie charts.
This legend type is represented by the SizeLegend class. The appearance of the size-based legend is defined by its SizeLegend.Type property value.
SizeLegend.Type = Inline

SizeLegend.Type = Nested

The main properties that affect element appearance and functionality are listed below.
To learn how to create a SizeLegend object, refer to Lesson 3 - Add Analytical Data to a Geographical Map.