SpreadsheetGear 2017
ChartTitle Property (IChart)






SpreadsheetGear.Charts Namespace > IChart Interface : ChartTitle Property
Returns an instance of IChartTitle which represents the title of this chart, or null if HasTitle is false.
Syntax
'Declaration
 
ReadOnly Property ChartTitle As IChartTitle
'Usage
 
Dim instance As IChart
Dim value As IChartTitle
 
value = instance.ChartTitle
IChartTitle ChartTitle {get;}
read-only property ChartTitle: IChartTitle; 
function get ChartTitle : IChartTitle
__property IChartTitle* get_ChartTitle();
property IChartTitle^ ChartTitle {
   IChartTitle^ get();
}
Remarks
The IChart.HasTitle property must be set to true to access an instance of IChartTitle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChart Interface
IChart Members
HasTitle Property