Search
Series.Name Property
See Also
 






Gets or sets the name of the series.

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

 Syntax

C#  Copy Code

public string Name { get; set; }

Visual Basic  Copy Code

Public Property Name As String

 Property Value

A string value. The default is null (Nothing in Visual Basic).

 Remarks

This property can be an expression or a name of a cell.

 See Also