MindFusion.Wpf Pack Programmer's Guide
BarSeries.InnerLabel Property
See Also
 





Gets or sets the custom inner labels. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public IList InnerLabel { get; set; }

Visual Basic  Copy Code

Public Property InnerLabel As IList

 Property Value

A list of object to use as labels. The default is an empty list.

 Remarks

The property is used when the InnerLabelType is set to CustomText.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Wpf Namespace