Adding LocationMapSeries Instances to the Map
In this article, you will learn how to add a LocationMapSeries
instance to the Map report item.
To add new PointMap
, PieMap
, or a ColumnMap
series to the Map:
- Open the Series collection editor and Add new
PointMapSeries
,PieMapSeries
, orColumnMapSeries
items. - Set the
GeoLocationGroup
to an existingGeoLocationMapGroup
instance or create a new one from scratch. - Set the
SeriesGroup
to an existingMapGroup
instance or create a new one from scratch. -
Group the data.
- If you are creating a
PointMapSeries
, you can define aSeriesGroup
by which your data will be grouped. This may come handy if you want to have a different color for every data point in your series. - If you are creating a
PieMapSeries
or aColumnMapSeries
, define an additional child group, which will be used to determine how the data will be grouped for every data point. The color and count of the pie sectors (or columns when creating aColumnMapSeries
) will be determined by the last child group of definedSeriesGroups
. Usially, you will create a single series group without grouping (which will result in a static group) and add a single child group, withGroupings
set to the field by which you will group the data.
- If you are creating a
Set the Size to an expression that will be used to determine the pie sector or the column size.
When all the properties are set, the LocationMapSeries
instance will look similar to the following one in the (Property Grid(: