GrapeCity.Xaml.Excel
Overlay Property (ExcelChartTitle)


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

Reference

ExcelChartTitle Class
ExcelChartTitle Members