Gets or sets the custom inner labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public IList InnerLabel { get; set; } |
Visual Basic Copy Code |
---|
Public Property InnerLabel As IList |
A list of object to use as labels. The default is an empty list.
The property is used when the InnerLabelType is set to CustomText.