MindFusion.Wpf Pack Programmer's Guide
CandlestickSeries.InnerLabels Property
See Also
 





Gets or sets the labels displayed inside candlestick bodies. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public IList InnerLabels { get; set; }

Visual Basic  Copy Code

Public Property InnerLabels As IList

 Property Value

A list containing custom inner labels.

 Remarks

Labels from this list are displayed when InnerLabelType is set to CustomText.

 See Also

CandlestickSeries Members
CandlestickSeries Class
MindFusion.Charting.Wpf Namespace