MindFusion.Charting for Silverlight Programmer's Guide
SeriesLegend.LabelsSource Property
See Also
 






Gets or sets the source of the labels that are used by this SeriesLegend.

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

 Syntax

C#  Copy Code

public StringCollection LabelsSource { get; set; }

Visual Basic  Copy Code

Public Property LabelsSource As StringCollection

 Property Value

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

 Remarks

You should set a corresponding label in the BrushesSource array for each Brush that you add to LabelsSource.

 See Also

SeriesLegend Members
SeriesLegend Class
MindFusion.Charting.Silverlight Namespace