MindFusion.Charting for Silverlight Programmer's Guide
BarSeries.TopLabel Property
See Also
 






Gets or sets custom top labels.

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

 Syntax

C#  Copy Code

public StringCollection TopLabel { get; set; }

Visual Basic  Copy Code

Public Property TopLabel As StringCollection

 Property Value

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

 Remarks

The TopLabel property is used when the TopLabelType is LabelType.CustomText.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Silverlight Namespace