BarLabelModes
Enum
Defines positioning of labels in BarSeries.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum BarLabelModes
Fields
Each label is renderred at the center of its corresponding bar.
C#
Center = 1
Labels are positoned using the default strategy.
C#
Default = 0
Each label is renderred at the top of its corresponding bar. If the area orientation is horizontal, the labels appear on the right of each bar.
C#
Top = 2