dotnetCHARTING Send comments on this topic.
SubValues Property
See Also 
dotnetCHARTING Namespace > Element Class : SubValues Property


Gets a collection of SubValue objects drawn on this Element.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.