MindFusion.Charting for Silverlight Programmer's Guide
LineSeries.Labels Property
See Also
 






Gets or sets the labels drawn at data points.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public StringCollection Labels { get; set; }

Visual Basic  Copy Code

Public Property Labels As StringCollection

 Property Value

An instance of the StringCollection class. Default value is an empty list.

 Remarks

The Labels property provides the labels that are drawn at data points in the chart.

 See Also

LineSeries Members
LineSeries Class
MindFusion.Charting.Silverlight Namespace