AxisTitle.IncludeInLayout Property
True if an axis title will occupy the chart layout space when a chart layout is being determined. The default value is True. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property IncludeInLayout As Boolean
Get
Set
'Usage
Dim instance As AxisTitle
Dim value As Boolean
value = instance.IncludeInLayout
instance.IncludeInLayout = value
bool IncludeInLayout { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property does not affect whether a chart is in autolayout mode or not. If the user adds a title using the Above Chart command, the chart will resize smaller, as in Microsoft Office Excel 2003. If the user then removes the title or selects one of the overlay title options, the chart will resize larger, as if the title were not on the chart.