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


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

    Parameters

    rend
    See Also