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