See Also

ChartArea Class  | ChartArea 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 in this chart area unless otherwise specified.

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

Example

[C#] 

myChartArea.DefaultSeries.Type = SeriesType.AreaLine;

[Visual Basic] 

myChartArea.DefaultSeries.Type = SeriesType.AreaLine

See Also

ChartArea Class  | ChartArea Members

 

 


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