ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Cylinder3D Class / IsClustered Property


In This Topic
    IsClustered Property (Cylinder3D)
    In This Topic
    Gets whether the element can be clustered.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property IsClustered As Boolean
    'Usage
     
    
    Dim instance As Cylinder3D
    Dim value As Boolean
     
    value = instance.IsClustered
    protected override bool IsClustered {get;}
    See Also