ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Legend Class / DockInsideArea Property

In This Topic
    DockInsideArea Property
    In This Topic
    Gets or sets a value indicating whether the legend will be docked inside the containing area.
    Syntax
    'Declaration
     
    Public Property DockInsideArea As Boolean
    public bool DockInsideArea {get; set;}

    Property Value

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