XlsChartSerie
NameOrFormula Property
|
Gets series name or formula value (not actual string value).
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string NameOrFormula { get; }
Public ReadOnly Property NameOrFormula As String
Get
public:
property String^ NameOrFormula {
String^ get ();
}
member NameOrFormula : string with get
Property Value
Type:
String
See Also