MindFusion.Wpf Pack Programmer's Guide
BarSeries.TopLabelType Property
See Also
 





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

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

 Syntax

C#  Copy Code

public LabelType TopLabelType { get; set; }

Visual Basic  Copy Code

Public Property TopLabelType As LabelType

 Property Value

A member of the LabelType enumeration. The default value is Empty.

 Remarks

Custom labels are set with the TopLabel property or TopLabelPath, when data binding is used.

 See Also

BarSeries Members
BarSeries Class
MindFusion.Charting.Wpf Namespace