EnumBarDataPointLabelAlignment
Enum
Specifies how to align the labels for the data points of the BarSeries.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public enum BarDataPointLabelAlignment
Fields
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.