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;}
[C#]
myChartArea.DefaultSeries.Type = SeriesType.AreaLine; |
[Visual Basic]
myChartArea.DefaultSeries.Type = SeriesType.AreaLine |
ChartArea Class | ChartArea Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.