See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

DefaultElement Property

Gets or sets an Element object whose properties will trickle to all other elements on the chart unless otherwise specified. This is a shortcut to the DefaultSeries.DefaultElement property.

[Visual Basic]
Public Property DefaultElement As Element
[C#]
public Element DefaultElement {get; set;}

Example

[C#] 

Chart.DefaultElement.SmartLabel.Text = "%Name";

[Visual Basic] 

Chart.DefaultElement.SmartLabel.Text = "%Name"

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.