Gets or sets the name of the chart area on which to draw the title. If omitted (or does not match any chart area name), the title is drawn relative to the chart rather than a specific chart area.

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

Syntax

C#
public string DockToChartArea { get; set; }
Visual Basic
Public Property DockToChartArea As String
	Get
	Set

See Also