ComponentOne Chart for WPF and Silverlight
IsClustered Property


C1.WPF.C1Chart Namespace > Renderer3D Class : IsClustered Property
Gets or sets whether the series are plotted with the same Z-coordinates.
Syntax
'Declaration
 
Public Property IsClustered As System.Boolean
'Usage
 
Dim instance As Renderer3D
Dim value As System.Boolean
 
instance.IsClustered = value
 
value = instance.IsClustered
public System.bool IsClustered {get; set;}
See Also

Reference

Renderer3D Class
Renderer3D Members