Spread for ASP.NET 7.0 Product Documentation
PlotArea Class
Members  See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : PlotArea Class


Glossary Item Box

Base class for plot areas.

Object Model

PlotArea ClassLightCollection ClassLight ClassProjection ClassSeriesCollection ClassSeries Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class PlotArea 
Visual Basic (Usage)Copy Code
Dim instance As PlotArea
C# 
public abstract class PlotArea 

Remarks

The plot area is positioned using a relative location (where (0,0) = left upper corner of chart and (1,1) = right lower corner of chart) and a relative size (where (0,0) = zero size and (1,1) = size of chart). The plot area has rotation and elevation specified in degrees.

Inheritance Hierarchy

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.