XlsChartShape
ChartTitle Property
 | 
Represents the title of the specified chart.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public string ChartTitle { get; set; }
 
Public Property ChartTitle As String
	Get
	Set
 
public:
property String^ ChartTitle {
	String^ get ();
	void set (String^ value);
}
 
member ChartTitle : string with get, set
 
 
 
Property Value
Type:
String
 
See Also