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


Gets or sets a default SubValue object used to propagate its property settings to all SubValue objects in the SubValues collection.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.