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

In This Topic
    _buildLegendSymbolStyle Method (_CartesianAreaLegendSymbolStyleBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildLegendSymbolStyle( _
       ByVal legendSymbolView As ILegendSymbolView, _
       ByVal context As IRenderContext, _
       ByVal isSymbol As Boolean _
    ) As IStyle
    public IStyle _buildLegendSymbolStyle( 
       ILegendSymbolView legendSymbolView,
       IRenderContext context,
       bool isSymbol
    )

    Parameters

    legendSymbolView
    context
    isSymbol
    See Also