LegendItem.Visualizers Property
Gets the list of visualizers used to generate the image.
Syntax
public VisualizerCollection Visualizers { get; }
Property Value
Default: Empty collection.
A collection of visualizers that draws the legend item.
Remarks
For easier maintenance, the visualizers used for the legend should be the same as those used for the map. (In Carmenta Studio, use "Create Reference Here").
Sometimes, you may want to override some property of a visualizer when using it in a legend, but there is no general mechanism to do so. However, if a PointVisualizer is used in the map, you can override some of its properties by wrapping it in a new PointVisualizerSet before you attach it to a LegendItem.
Another example: for line visualizers, you often want to use the Butt line cap in the legend, although you use the Round line cap in the map. Instead of overriding the line cap property, you can often hide the round line caps in the legend by cropped the image.
Platforms
Windows, Linux, Android