GrapeCity.Xaml.Excel
Overlay Property (IExcelChartTitle)


GrapeCity.Excel.Chart Namespace > IExcelChartTitle Interface : Overlay Property
Specifies that other chart elements shall be allowed to overlap this chart elements
Syntax
'Declaration
 
Property Overlay As Boolean
'Usage
 
Dim instance As IExcelChartTitle
Dim value As Boolean
 
instance.Overlay = value
 
value = instance.Overlay
bool Overlay {get; set;}
Remarks
The default value is true.
See Also

Reference

IExcelChartTitle Interface
IExcelChartTitle Members