ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LegendLayerStyleItem Class / Caption Property

In This Topic
    Caption Property (LegendLayerStyleItem)
    In This Topic
    Gets or sets the caption of this legend item. May be empty, in which case the caption is retrieved from the associated layer if possible.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Caption As String
    public override string Caption {get;}
    See Also