dotnetCHARTING Send comments on this topic.
SeriesCollection Property
See Also 
dotnetCHARTING Namespace > DataSource Class : SeriesCollection Property


Gets or sets the represented or parent SeriesCollection.

Syntax

Visual Basic (Declaration) 
Public Property SeriesCollection As SeriesCollection
Visual Basic (Usage)Copy Code
Dim instance As DataSource
Dim value As SeriesCollection
 
instance.SeriesCollection = value
 
value = instance.SeriesCollection
C# 
public SeriesCollection SeriesCollection {get; set;}

See Also

© 2010 All Rights Reserved.