Specifies data point label placement for Bar and Gantt charts.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartBarLabelStyle
Visual Basic
Public Enumeration ChartBarLabelStyle

Members

Member nameDescription
Outside Labels are outside.
Left Labels are on the left.
Right Labels are on the right.
Center Labels are centered.

See Also