Gets or set the data point labels position. Default: Auto.

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

Syntax

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

See Also