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