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

In This Topic
    compare Method (_LegendComparer)
    In This Topic
    Syntax
    'Declaration
     
    Public Function compare( _
       ByVal a As ILegendDataModel, _
       ByVal b As ILegendDataModel _
    ) As Integer
    public int compare( 
       ILegendDataModel a,
       ILegendDataModel b
    )

    Parameters

    a
    b
    See Also