.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class : DefaultElement Property
DefaultElement Property (Series)
Gets or sets the an Element object whose properties will trickle to all elements within this series.
Syntax
'Declaration
 
Public Property DefaultElement As Element
'Usage
 
Dim instance As Series
Dim value As Element
 
instance.DefaultElement = value
 
value = instance.DefaultElement
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also