ActiveReports.Chart Request technical support
DockInsideArea Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property DockInsideArea As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As Boolean
 
instance.DockInsideArea = value
 
value = instance.DockInsideArea
C# 
public bool DockInsideArea {get; set;}

Return Value

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

See Also