Gets or sets the labels displayed inside candlestick bodies. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public IList InnerLabels { get; set; } |
Visual Basic Copy Code |
---|
Public Property InnerLabels As IList |
A list containing custom inner labels.
Labels from this list are displayed when InnerLabelType is set to CustomText.