SpreadsheetGear 2017
IncludeInLayout Property (IAxisTitle)






SpreadsheetGear.Charts Namespace > IAxisTitle Interface : IncludeInLayout Property
Gets or sets the property which specifies whether the axis title will be included in the chart layout area.
Syntax
'Declaration
 
Property IncludeInLayout As System.Boolean
'Usage
 
Dim instance As IAxisTitle
Dim value As System.Boolean
 
instance.IncludeInLayout = value
 
value = instance.IncludeInLayout
System.bool IncludeInLayout {get; set;}
read-write property IncludeInLayout: System.Boolean; 
function get,set IncludeInLayout : System.boolean
__property System.bool get_IncludeInLayout();
__property void set_IncludeInLayout( 
   System.bool value
);
property System.bool IncludeInLayout {
   System.bool get();
   void set (    System.bool 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

IAxisTitle Interface
IAxisTitle Members