dotnetCHARTING Send comments on this topic.
Elements Property
See Also 
dotnetCHARTING Namespace > Series Class : Elements Property


Gets or sets a collection of Element objects associated with this series.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Elements As ElementCollection
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ElementCollection
 
value = instance.Elements
C# 
public ElementCollection Elements {get;}

See Also

© 2010 All Rights Reserved.