ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ItemizedOverlayLegendItem Class / _ItemizedOverlayLegendItem Constructor

In This Topic
    _ItemizedOverlayLegendItem Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal legend As _ItemizedLegendDataModel, _
       ByVal getter As StringGetter, _
       ByVal symbol As ILegendSymbolView, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _ItemizedOverlayLegendItem( 
       _ItemizedLegendDataModel legend,
       StringGetter getter,
       ILegendSymbolView symbol,
       IStringFormatting stringFormatting
    )

    Parameters

    legend
    getter
    symbol
    stringFormatting
    See Also