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

In This Topic
    _isType Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _isType( _
       ByVal legend As ILegendDataModel, _
       ByVal legendType As Nullable(Of LegendType) _
    ) As Boolean
    public static bool _isType( 
       ILegendDataModel legend,
       Nullable<LegendType> legendType
    )

    Parameters

    legend
    legendType
    See Also