Enum
BarDataPointLabelAlignment

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.

Declaration

cs-api-definition
Center = 2

Field Value

BarDataPointLabelAlignment

InsideBase

Labels inside the base of each data point.

Declaration

cs-api-definition
InsideBase = 3

Field Value

BarDataPointLabelAlignment

InsideEnd

Labels inside the end of each data point.

Declaration

cs-api-definition
InsideEnd = 1

Field Value

BarDataPointLabelAlignment

OutsideBase

Labels outside the base of each data point.

Declaration

cs-api-definition
OutsideBase = 4

Field Value

BarDataPointLabelAlignment

OutsideColumn

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

Declaration

cs-api-definition
OutsideColumn = 5

Field Value

BarDataPointLabelAlignment

OutsideEnd

Labels outside the end of each data point.

Declaration

cs-api-definition
OutsideEnd = 0

Field Value

BarDataPointLabelAlignment