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

In This Topic
    _OverlayGeneralLegendItem Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal legend As _ItemizedLegendDataModel, _
       ByVal symbol As ILegendSymbolView, _
       ByVal label As String, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _OverlayGeneralLegendItem( 
       _ItemizedLegendDataModel legend,
       ILegendSymbolView symbol,
       string label,
       IStringFormatting stringFormatting
    )

    Parameters

    legend
    symbol
    label
    stringFormatting
    See Also