SpreadsheetGear 2023
Item(AxisType) Property


SpreadsheetGear.Charts Namespace > IAxes Interface > Item Property : Item(AxisType) Property
The type of axis to return.
Returns the specified axis from the primary axis group.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal type As AxisType _
) As IAxis
'Usage
 
Dim instance As IAxes
Dim type As AxisType
Dim value As IAxis
 
value = instance.Item(type)
IAxis Item( 
   AxisType type
) {get;}

Parameters

type
The type of axis to return.
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

IAxes Interface
IAxes Members
Overload List