XlsChartShape
SeriesAxisTitle Property
|
Title of the series axis.
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 SeriesAxisTitle { get; set; }
Public Property SeriesAxisTitle As String
Get
Set
public:
property String^ SeriesAxisTitle {
String^ get ();
void set (String^ value);
}
member SeriesAxisTitle : string with get, set
Property Value
Type:
String
See Also