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


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

    Parameters

    rend
    See Also