ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HLOC Class / IsCompatible Method


In This Topic
    IsCompatible Method (HLOC)
    In This Topic
    Whether the plot element is compatible with the specified renderer.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsCompatible( _
       ByVal rend As IRenderer _
    ) As Boolean
    'Usage
     
    
    Dim instance As HLOC
    Dim rend As IRenderer
    Dim value As Boolean
     
    value = instance.IsCompatible(rend)
    protected virtual bool IsCompatible( 
       IRenderer rend
    )

    Parameters

    rend
    See Also