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

Glossary Item Box

Gets or sets a value indicating whether the legend will be docked inside the containing area.

Syntax

Visual Basic (Declaration) 
Public Property DockInsideArea As System.Boolean
C# 
public System.bool DockInsideArea {get; set;}

Property Value

Boolean. True if the legend will be docked inside the containing area; otherwise False.

See Also