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


In This Topic
    IsClustered Property (PieSlice)
    In This Topic
    Whether the plot element can be clustered.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property IsClustered As Boolean
    'Usage
     
    
    Dim instance As PieSlice
    Dim value As Boolean
     
    value = instance.IsClustered
    protected virtual bool IsClustered {get;}
    Remarks
    Only for Cartesian plots.
    See Also