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