ActiveReports Developer 7
PlotArea Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Chart Class : PlotArea Property

Glossary Item Box

Gets or sets the properties for the plot area.

Syntax

Visual Basic (Declaration) 
Public Property PlotArea As PlotArea
C# 
public PlotArea PlotArea {get; set;}

Property Value

A PlotArea object representing the properties for a plot area.

See Also