GrapeCity.Xaml.Excel
ShowAutoTitle Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : ShowAutoTitle Property
Specifies whether shown chart title or not.
Syntax
'Declaration
 
Public Property ShowAutoTitle As Boolean
'Usage
 
Dim instance As ExcelChart
Dim value As Boolean
 
instance.ShowAutoTitle = value
 
value = instance.ShowAutoTitle
public bool ShowAutoTitle {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members