Smrf.NodeXL.ExcelTemplate.TaskPane.GetLegendControls C# (CSharp) Method

GetLegendControls() protected method

protected GetLegendControls ( ) : IEnumerable
return IEnumerable
    GetLegendControls()
    {
        AssertValid();

        return ( new LegendControlBase [] {
            usrAutoFillResultsLegend, usrDynamicFiltersLegend
            } );
    }
TaskPane