Gets or sets the name of the series.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string Name { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Name As String |
A string value. The default is null (Nothing in Visual Basic).
RemarksThis property can be an expression or a name of a cell.
See Also