C1.C1Report.CustomFields.Maps Namespace : Legend Class |
The following tables list the members exposed by Legend.
Name | Description | |
---|---|---|
Legend Constructor | Overloaded. |
Name | Description | |
---|---|---|
Automatic | Gets or sets a value indicating whether the current legend's items are automatically generated at runtime from the map's layers. If true, the Items collection is ignored. | |
BackColor | Gets or sets the legend's background color. | |
BaseName | Overridden. | |
BorderThickness | Gets or sets the thickness of borders around the legend. | |
Caption | Gets or sets the legend's caption. | |
Font | Gets or sets the legend text font. | |
Items | Gets the collection of legend items. If Automatic is true, this collection is ignored.
Note: the set accessor is for serialization only. | |
LegendAlignment | Gets or sets the alignment of the legend within the map bounds. | |
Margin | Gets or sets the margin (spacing) between the legend and map edges. | |
Name | Gets or sets the name of the item. If specified, and the item is contained in a collection, this name can be used in script expressions to reference the item by name rather than by index. (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedItemBase) | |
Orientation | Gets or sets the orientation of items within the legend. | |
Padding | Gets or sets the padding between the legend and items within. | |
TextColor | Gets or sets the legend's text color. | |
Visible | Gets or sets the legend's visibility. |