[]
Interface that should be implemented by objects which may be represented in a legend. It exposes properties that enable the legend to draw a representation of the object (such as a layer or a style).
public interface ILegendItem
| Name | Description |
|---|---|
| LegendItemCaption | Gets the legend item's caption. |
| LegendItemDashStyle | Gets the legend item graphic's dash style (for line item kind). |
| LegendItemFillColor | Gets the legend item graphic's fill color. |
| LegendItemFont | Gets the legend item's font. |
| LegendItemKind | Gets the kind of legend item. |
| LegendItemLineThickness | Gets the legend item graphic's line thickness in 96dpi pixels (for line item kind). Specify -1 to use the default. |
| LegendItemMarkerShape | Gets the legend item graphic's shape (for point marker item kind). |
| LegendItemMarkerSize | Gets the legend item graphic's marker size in 96dpi pixels (for point marker item kind). Specify -1 to use the default. |
| LegendItemStrokeColor | Gets the legend item graphic's stroke color. |
| LegendItemTextColor | Gets the legend item's text color. |
| LegendItemVisible | Gets the legend item's visibility. |