GetAxisSeries Method
Gets a collection of series associated with the specified axis.
Syntax
'Declaration Public Function GetAxisSeries( _ ByVal a As Axis _ ) As SeriesCollection
'Usage Dim instance As SeriesCollection Dim a As Axis Dim value As SeriesCollection value = instance.GetAxisSeries(a)
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.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also