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

In This Topic
    _getOption Method (_LegendOptionPickPolicy)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getOption( _
       ByVal plotName As String, _
       ByVal type As LegendType _
    ) As ILegendOption
    public ILegendOption _getOption( 
       string plotName,
       LegendType type
    )

    Parameters

    plotName
    type
    See Also