XlsChartShape
ChartSubTitle Property
|
Gets the chart's sub-title. Only for ODS format file.
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 ChartSubTitle { get; }
Public ReadOnly Property ChartSubTitle As String
Get
public:
property String^ ChartSubTitle {
String^ get ();
}
member ChartSubTitle : string with get
Property Value
Type:
String
See Also