[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.LegendItemBase

LegendItemBase Class

Abstract base class for types representing items in a map legend.

Implements
Namespace: C1.Win.FlexReport.CustomFields.Maps
Assembly: C1.Win.FlexReport.CustomFields.4.8.dll
Syntax
public abstract class LegendItemBase : MapOwnedItemBase, ILegendItem

Constructors

Name Description
LegendItemBase()
LegendItemBase(Map)

Properties

Name Description
Caption

Gets or sets the text representing the current item in the legend.

CaptionXml
DashStyle
Fill
Font

Gets or sets the font used to draw the current item's Caption.

Kind
LineThickness
MarkerShape
MarkerSize
Stroke
TextColor

Gets or sets the color used to draw the current item's Caption.

Visible

Gets or sets the item's visibility.

Methods

Name Description
OnItemSelectedInEditor()

Called by design time editor when item is selected. Allows to update readonly-ness of properties depending on values etc.

ShouldSerializeCaption()