ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ILegendItemSortingPolicy Interface / sort<T> Method

In This Topic
    sort<T> Method (ILegendItemSortingPolicy)
    In This Topic
    Syntax
    'Declaration
     
    Function sort(Of T As IItemizedLegendItemDataModel)( _
       ByVal plotAreaView As IPlotAreaView, _
       ByVal models As List(Of T), _
       ByVal option As IOption _
    ) As List(Of T)

    Parameters

    plotAreaView
    models
    option

    Type Parameters

    T
    See Also