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;}
[JScript]
public function get,set DefaultSeries : Series
[C#]
Chart.DefaultSeries.Type = SeriesType.AreaLine; |
[Visual Basic]
Chart.DefaultSeries.Type = SeriesType.AreaLine |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.