SpreadsheetGear 2017
Item(AxisType) Property






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

Parameters

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