IncludeInLayout Property (ILegend)
In This Topic
Gets or sets a value indicating whether the legend will occupy the chart layout space when a chart layout is being determined.
Syntax
'Declaration
Property IncludeInLayout As Boolean
'Usage
Dim instance As ILegend
Dim value As Boolean
instance.IncludeInLayout = value
value = instance.IncludeInLayout
bool IncludeInLayout {get; set;}
See Also