SpreadsheetGear 2017
AxisTitle Property (IAxis)






SpreadsheetGear.Charts Namespace > IAxis Interface : AxisTitle Property
Returns an instance of IAxisTitle which represents the title of this axis, or null if HasTitle is false.
Syntax
'Declaration
 
ReadOnly Property AxisTitle As IAxisTitle
'Usage
 
Dim instance As IAxis
Dim value As IAxisTitle
 
value = instance.AxisTitle
IAxisTitle AxisTitle {get;}
read-only property AxisTitle: IAxisTitle; 
function get AxisTitle : IAxisTitle
__property IAxisTitle* get_AxisTitle();
property IAxisTitle^ AxisTitle {
   IAxisTitle^ get();
}
Remarks
The IAxis.HasTitle property must be set to true to access an instance of IAxisTitle.
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
HasTitle Property