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