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






Gets or sets custom inner labels.

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

 Syntax

C#  Copy Code

public StringCollection InnerLabel { get; set; }

Visual Basic  Copy Code

Public Property InnerLabel As StringCollection

 Property Value

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

 Remarks

The InnerLabels property is used when the InnerLabelType is LabelType.CustomText.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Silverlight Namespace