Search
Series.Labels Property
See Also
 






Gets or sets the labels of the series. The first available labels are used for the category names for all series in the chart.

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

 Syntax

C#  Copy Code

public string Labels { get; set; }

Visual Basic  Copy Code

Public Property Labels As String

 Property Value

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

 Remarks

This property can be an expression that evaluates to a range of cells or a matrix, or a name of a range of cells.

 See Also