Gets or sets the format of the names of the data series that do not have an explicitly defined name.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string DefaultSeriesNameFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultSeriesNameFormat As String |
A string value. The default is "Series{0}".
RemarksThe first placeholder, {0}, is replaced by the 1-based index of the respective series in the Series collection.
See Also