dotnetCHARTING Send comments on this topic.
GetAxisSeries Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class : GetAxisSeries Method


a
The axis bound to data which will be returned in a series collection.
Gets a collection of series associated with the specified axis.

Syntax

Visual Basic (Declaration) 
Public Function GetAxisSeries( _
   ByVal a As Axis _
) As SeriesCollection
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim a As Axis
Dim value As SeriesCollection
 
value = instance.GetAxisSeries(a)
C# 
public SeriesCollection GetAxisSeries( 
   Axis a
)

Parameters

a
The axis bound to data which will be returned in a series collection.

Return Value

Returns a series collection.

See Also

© 2010 All Rights Reserved.