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





Gets or sets the name of the property or member of the bound object, that will supply the labels at the top of the bars. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public string TopLabels { get; set; }

Visual Basic  Copy Code

Public Property TopLabels As String

 Property Value

A string representing the name of the property to bind the top labels to. The default is an empty string.

 See Also

BarChart Members
BarChart Class
MindFusion.Reporting.Wpf Namespace