The ItemsDictionaryitem is an object which nested items are used to set up map components.
IMPORTANT. The item must always be the first item within the MapChart item.
| Item name | Type | Description |
| LinearGradientBrush | Array of PP.LinearGradientBrush | The LinearGradientBrush item represents a collection of solid brushes. |
| RadialGradientBrush | Array of PP.RadialGradientBrush | The RadialGradientBrush item represents a collection of solid brushes. |
| SolidColorBrush | Array of PP.SolidColorBrush | The SolidColorBrush item represents a collection of solid brushes. |
| Font | Array of PP.Font | The Font item represents a collection of fonts. |
| MapLabel | Array of PP.MapLabel | The MapLabel item represents a collection of labels. |
| ChartTooltipBase | PP.Ui.ChartTooltipBase | The ChartTooltipBase item contains description of the tooltip. |
| MapScale | Array of PP.MapScale | The MapScale item represents a collection of scales. |
| DataDependency | Array of PP.DataDependency | The DataDependency item represents a collection of dependency objects. |
| BlurEffect | Array of PP.BlurEffect | The BlurEffect element represents a collection of blur effects. |
| BorderEffect | Array of PP.BorderEffect | The BorderEffect element represents a collection of border highlighting effects. |
| BrushEffect | Array of PP.BrushEffect | The BrushEffect element represents a collection of fill color change effects. |
| ScaleEffect | Array of PP.ScaleEffect | The ScaleEffect element represents a collection of zooming effects. |
The order of items in the ItemsDictionary is important and must correspond the use order. For example, if a scale uses a brush, the brush description must be given earlier in the dictionary than the scale description. The following basic scheme of items allocation in the dictionary is recommended: brushes, fonts, labels, tooltips, scales, dependency objects.
See also: