MindFusion.Wpf Pack Programmer's Guide
Chart.DefaultSeriesNameFormat Property
See Also
 





Gets or sets the format of the names of the data series that do not have an explicitly defined name.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public string DefaultSeriesNameFormat { get; set; }

Visual Basic  Copy Code

Public Property DefaultSeriesNameFormat As String

 Property Value

A string value. The default is "Series{0}".

 Remarks

The first placeholder, {0}, is replaced by the 1-based index of the respective series in the Series collection.

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace