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