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