ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / PlotArea Property

In This Topic
    PlotArea Property (Chart)
    In This Topic
    Gets or sets the properties for the plot area.
    Syntax
    'Declaration
     
    Public Property PlotArea As PlotArea
    public PlotArea PlotArea {get; set;}

    Property Value

    A PlotArea object representing the properties for a plot area.
    See Also