Legend Class
Represents a map legend.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class Legend : ScreenElement
Remarks
A legend is a key to the symbols used on a map. Each symbol is represented by a LegendItem, consisting of an image and a description. To be displayed in the map window, the legend items must be put in a Legend object that is used as a ScreenLayer element in a ScreenLayer that is attached to the View. A Legend object can also be attached directly to a view or to some non-screen layer that it describes, as documentation, but that will not make the legend appear in the map window. Instead, an application can access the items of such a legend and display them in a GUI panel distinct from the map window, or construct a PDF document, say. See LegendItem.GetImage. in Carmenta Explorer, for example, the legend items will appear in the Properties panel when a layer with a legend is selected in the Layers panel.
The advantage of putting the legend items in a Legend in a screen layer, for display in the map window, is that the Legend object has properties that control layout, background and caption.
If your application changes the Legend object in a screen layer at runtime, you must call the Layer.FlushCache method of the ScreenLayer.
![]() |
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
ScreenElement
Legend
Platforms
Windows, Linux, Android
Legend Members
The Legend type has the following members.
Constructors
Name | Description |
---|---|
Legend | Initializes a new instance of the Legend class. |
Properties
Name | Description |
---|---|
AlignLeft | Gets or sets a flag that controls horizontal alignment of the entire element. Inherited from ScreenElement |
AlignTop | Gets or sets a flag that controls vertical alignment of the entire element. Inherited from ScreenElement |
BackgroundColor | Gets or sets the background color. Inherited from ScreenElement |
Caption | Gets or sets the caption of the legend. |
CaptionColor | Gets or sets the caption color. |
CaptionFont | Gets or sets the caption font. |
ColumnPadding | Gets or sets the distance between columns. |
Columns | Gets or sets the number of columns to be used. |
IsDisposed | Gets a value that tells whether the current Legend has been disposed. Inherited from EngineObject |
ItemDescriptionColor | Gets or sets the color for the item descriptions. |
ItemDescriptionFont | Gets or sets the font for the item descriptions. |
ItemHeight | Gets or sets the desired height of each item. |
Items | Gets the list of items (each one containing an image and a description). |
ItemWidth | Gets or sets the desired width of each item image (excluding the description). |
Name | Gets or sets the name of the Legend. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current Legend represents. Inherited from EngineObject |
OffsetX | Gets or sets a rightward pixel offset for the element (rightward is the screen x axis direction). Inherited from ScreenElement |
OffsetY | Gets or sets a downward pixel offset for the element (downward is the screen y axis direction). Inherited from ScreenElement |
OutlineColor | Gets or sets the color of the screen element outline. Inherited from ScreenElement |
OutlineMargin | Gets or sets the distance between the screen element outline and its contents. Inherited from ScreenElement |
OutlineWidth | Gets or sets the width of the screen element outline. Inherited from ScreenElement |
RowPadding | Gets or sets the distance between rows of legends. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
Overloaded. Constructs a legend from a DataSetInfo for a raster dataset that has a raster attribute table. | |
GetLocalizedCaption | Gets a localized version of the legend caption in a specific language. |
HasLocalizedCaption | Checks if a localized version of the legend caption is available in a specific language. |
SetLocalizedCaption | Sets the legend caption in a specific language. |