Gets or sets the style to use when drawing the callout lines.

Default: Underline.

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

Syntax

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

See Also