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


Gets or sets the an Element object whose properties will trickle to all elements within this series.

Syntax

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

Remarks

The properties of this element instance will trickle down to all elements within this series unless explicitly set for any particular element.

See Also

© 2010 All Rights Reserved.