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