GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ChartTitle Property


In This Topic
ChartTitle Property
In This Topic
Gets a IChartTitle object that represents the title of the specified chart.
Syntax
'Declaration
 
ReadOnly Property ChartTitle As IChartTitle
 
'Usage
 
Dim instance As IChart
Dim value As IChartTitle
 
value = instance.ChartTitle
Remarks
This function works with Spread WPF only.
See Also