dotnetCHARTING Send comments on this topic.
GetActiveElements Method
See Also 
dotnetCHARTING Namespace > Series Class : GetActiveElements Method


Returns a collection of active elements.

Syntax

Visual Basic (Declaration) 
Public Function GetActiveElements() As ElementCollection
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ElementCollection
 
value = instance.GetActiveElements()
C# 
public ElementCollection GetActiveElements()

Remarks

This is useful when there is some extra elements in a series like when using Splitby feature.

See Also

© 2021 All Rights Reserved.