New to Telerik ReportingStart a free 30-day trial

Specifies how to align the labels for the data points of the BarSeries.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public enum BarDataPointLabelAlignment

Fields

Labels in the middle of each data point.

C#
Center = 2

Labels inside the base of each data point.

C#
InsideBase = 3

Labels inside the end of each data point.

C#
InsideEnd = 1

Labels outside the base of each data point.

C#
OutsideBase = 4

Labels aligned in a column outside the farthest end of the data points. Applicable to PieCharts.

C#
OutsideColumn = 5

Labels outside the end of each data point.

C#
OutsideEnd = 0