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

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

    Parameters

    plotAreaView
    items
    option

    Type Parameters

    T
    See Also