Search
BarSeries.TopLabel Property
See Also
 





Gets or sets the custom top labels. This is a dependency property.

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

 Syntax

C#  Copy Code

public IList TopLabel { get; set; }

Visual Basic  Copy Code

Public Property TopLabel As IList

 Property Value

A list of objects to use as labels. The default is an empty list.

 Remarks

The property is used when the TopLabelType is set to CustomText.

 See Also