SpreadsheetGear 2017
TickLabelPosition Property (IAxis)






SpreadsheetGear.Charts Namespace > IAxis Interface : TickLabelPosition Property
Gets or sets the property which specifies the tick label position on an axis.
Syntax
'Declaration
 
Property TickLabelPosition As TickLabelPosition
'Usage
 
Dim instance As IAxis
Dim value As TickLabelPosition
 
instance.TickLabelPosition = value
 
value = instance.TickLabelPosition
TickLabelPosition TickLabelPosition {get; set;}
read-write property TickLabelPosition: TickLabelPosition; 
function get,set TickLabelPosition : TickLabelPosition
__property TickLabelPosition get_TickLabelPosition();
__property void set_TickLabelPosition( 
   TickLabelPosition value
);
property TickLabelPosition TickLabelPosition {
   TickLabelPosition get();
   void set (    TickLabelPosition value);
}
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

IAxis Interface
IAxis Members