Gets or sets the data point label placement. Default: Outside.

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

Syntax

C#
public RdlEnum<ChartBarLabelStyle> BarLabelStyle { get; set; }
Visual Basic
Public Property BarLabelStyle As RdlEnum(Of ChartBarLabelStyle)
	Get
	Set

See Also