See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

DefaultSeries Property

Gets or sets a Series object whose properties will trickle to all other series on the chart unless otherwise specified.

[Visual Basic]
Public Property DefaultSeries As Series
[C#]
public Series DefaultSeries {get; set;}

Example

[C#] 

Chart.DefaultSeries.Type = SeriesType.AreaLine;

[Visual Basic] 

Chart.DefaultSeries.Type = SeriesType.AreaLine

See Also

Chart Class  | Chart Members

 

 


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