SpreadsheetGear 2023
Item(AxisType,AxisGroup) Property


SpreadsheetGear.Charts Namespace > IHasAxis Interface > Item Property : Item(AxisType,AxisGroup) Property
The axis type.
The axis group.
Gets or sets the property which specifies whether the axis is displayed.
Syntax
'Declaration
 
Overloads Property Item( _
   ByVal type As AxisType, _
   ByVal group As AxisGroup _
) As System.Boolean
'Usage
 
Dim instance As IHasAxis
Dim type As AxisType
Dim group As AxisGroup
Dim value As System.Boolean
 
instance.Item(type, group) = value
 
value = instance.Item(type, group)
System.bool Item( 
   AxisType type,
   AxisGroup group
) {get; set;}

Parameters

type
The axis type.
group
The axis group.
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

IHasAxis Interface
IHasAxis Members
Overload List