ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Legend Class / DockArea Property

In This Topic
    DockArea Property (Legend)
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property DockArea As ChartArea
    public ChartArea DockArea {get; set;}

    Property Value

    The dock area.
    See Also