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





Gets or sets the labels displayed above candlesticks. This is a dependency property.

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

 Syntax

C#  Copy Code

public IList TopLabels { get; set; }

Visual Basic  Copy Code

Public Property TopLabels As IList

 Property Value

A list containing custom top labels.

 Remarks

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

 See Also

CandlestickSeries Members
CandlestickSeries Class
MindFusion.Charting.Wpf Namespace