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