Xceed Chart for WinForms v4.4 Documentation
GetAxis Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisCollection Class : GetAxis Method
the axis id
Obtains a reference to an axis by its id.
Syntax
'Declaration
 
Public Function GetAxis( _
   ByVal nAxisId As Integer _
) As Axis
'Usage
 
Dim instance As AxisCollection
Dim nAxisId As Integer
Dim value As Axis
 
value = instance.GetAxis(nAxisId)
public Axis GetAxis( 
   int nAxisId
)

Parameters

nAxisId
the axis id

Return Value

a reference to the axis. If the the axis id references an invalid axis the returned value is null.
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

Reference

AxisCollection Class
AxisCollection Members