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


In This Topic
    IsClustered Property (Renderer3D)
    In This Topic
    Gets or sets whether the series are plotted with the same Z-coordinates.
    Syntax
    'Declaration
     
    
    Public Property IsClustered As Boolean
    'Usage
     
    
    Dim instance As Renderer3D
    Dim value As Boolean
     
    instance.IsClustered = value
     
    value = instance.IsClustered
    public bool IsClustered {get; set;}
    See Also