ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CartesianLineLegendSymbolStyleBuilder Class / _buildLegendSymbolLineStyle Method

In This Topic
    _buildLegendSymbolLineStyle Method (_CartesianLineLegendSymbolStyleBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildLegendSymbolLineStyle( _
       ByVal legendSymbolView As ILegendSymbolView, _
       ByVal context As IRenderContext _
    ) As IStyle
    public IStyle _buildLegendSymbolLineStyle( 
       ILegendSymbolView legendSymbolView,
       IRenderContext context
    )

    Parameters

    legendSymbolView
    context
    See Also