Gets or sets the custom inner labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
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.
RemarksThe property is used when the InnerLabelType is set to CustomText.
See Also