[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.ILegendItem

ILegendItem Interface

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).

Namespace: C1.Win.FlexReport.CustomFields.Maps
Assembly: C1.Win.FlexReport.CustomFields.4.8.dll
Syntax
public interface ILegendItem

Properties

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.