[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PlotArea

PlotArea Class

The PlotArea element defines properties for the plot area (for chart types with X and Y axes).

Inheritance
PlotArea
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class PlotArea : IValidateable

Constructors

Name Description
PlotArea()
<p>Initializes a new instance of the <xref href="GrapeCity.ActiveReports.PageReportModel.PlotArea?text=PlotArea" data-throw-if-not-resolved="false"></xref> class.

Properties

Name Description
SeriesLineStyle

Gets or sets the border style property for the plot area.

Style
<p>Gets or sets the border and background style properties for the plot area.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the PlotArea object.

Extension Methods