Enum BarDataPointLabelAlignment
Specifies how to align the labels for the data points of the BarSeries.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum BarDataPointLabelAlignment
Center
Labels in the middle of each data point.
InsideBase
Labels inside the base of each data point.
InsideEnd
Labels inside the end of each data point.
OutsideBase
Labels outside the base of each data point.
OutsideColumn
Labels aligned in a column outside the farthest end of the data points. Applicable to PieCharts.
OutsideEnd
Labels outside the end of each data point.