Xceed Chart for WinForms v4.4 Documentation
Axis(StandardAxis) Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class > Axis Method : Axis(StandardAxis) Method
The requested standard axis
Gives you access to a standard chart axis.
Syntax
'Declaration
 
Public Overloads Function Axis( _
   ByVal type As StandardAxis _
) As Axis
'Usage
 
Dim instance As Chart
Dim type As StandardAxis
Dim value As Axis
 
value = instance.Axis(type)
public Axis Axis( 
   StandardAxis type
)

Parameters

type
The requested standard axis

Return Value

Reference to the specified axis
Remarks
The chart has five standard axes - two vertical, two horizontal and one depth axis. See the Axis Overview topic in the Users Guide for more information.
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

Chart Class
Chart Members
Overload List