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 objects to use as labels. The default is an empty list.
The labels can be of any type. They are converted to strings using their ToString method. The labels are drawn when the InnerLabelType property is set to CustomText.
If you are using data binding the property for setting custom labels from a data source is InnerLabelPath.