ActiveReports Developer 7
DockArea Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Legend Class : DockArea Property

Glossary Item Box

Gets or sets the chart area to which the legend is docked.

Syntax

Visual Basic (Declaration) 
Public Property DockArea As ChartArea
C# 
public ChartArea DockArea {get; set;}

See Also