[]
        
(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()

Initializes a new instance of the PlotArea class.

Properties

Name Description
SeriesLineStyle

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

Style

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