GrapeCity.Xaml.Excel
ShowAutoTitle Property (IExcelChart)


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

Reference

IExcelChart Interface
IExcelChart Members