'DeclarationOverloads Property Item( _ ByVal type As AxisType, _ ByVal group As AxisGroup _ ) As System.Boolean
'UsageDim 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)
Parameters
- type
 - The axis type.
 - group
 - The axis group.