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

In This Topic
    _LineLegendSymbolView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal showSymbol As Boolean, _
       Optional ByVal colorBuilder As ILegendSymbolColorBuilder, _
       Optional ByVal styleBuilder As ILegendSymbolStyleBuilder _
    )
    public _LineLegendSymbolView( 
       bool showSymbol,
       ILegendSymbolColorBuilder colorBuilder,
       ILegendSymbolStyleBuilder styleBuilder
    )

    Parameters

    showSymbol
    colorBuilder
    styleBuilder
    See Also