XlsChart CategoryAxisTitle Property |
Namespace: Spire.Xls.Core.Spreadsheet.Charts
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