SpreadsheetGear 2017
Item(AxisType,AxisGroup) Property






SpreadsheetGear.Charts Namespace > IAxes Interface > Item Property : Item(AxisType,AxisGroup) Property
The type of axis to return.
The axis group of the axis to return.
Returns the specified axis from the specified axis group.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal type As AxisType, _
   ByVal group As AxisGroup _
) As IAxis
'Usage
 
Dim instance As IAxes
Dim type As AxisType
Dim group As AxisGroup
Dim value As IAxis
 
value = instance.Item(type, group)
IAxis Item( 
   AxisType type,
   AxisGroup group
) {get;}
read-only property Item( 
    type: AxisType;
    group: AxisGroup
): IAxis; 
function get Item( 
   type : AxisType,
   group : AxisGroup
) : IAxis
__property IAxis* get_Item( 
   AxisType type,
   AxisGroup group
);
property IAxis^ Item {
   IAxis^ get(AxisType type, AxisGroup group);
}

Parameters

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