Spread Windows Forms 12.0 Product Documentation
PlotArea Class
Members 


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : PlotArea Class
Represents the base class for plot areas. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
PlotArea ClassLightCollection ClassLight ClassProjection ClassSeriesCollection ClassSeries Class
Syntax
'Declaration
 
Public MustInherit Class PlotArea 
'Usage
 
Dim instance As PlotArea
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

System.Object
   FarPoint.Win.Chart.PlotArea
      FarPoint.Win.Chart.PiePlotArea
      FarPoint.Win.Chart.PolarPlotArea
      FarPoint.Win.Chart.RadarPlotArea
      FarPoint.Win.Chart.SunburstPlotArea
      FarPoint.Win.Chart.TreemapPlotArea
      FarPoint.Win.Chart.XYPlotArea
      FarPoint.Win.Chart.XYZPlotArea
      FarPoint.Win.Chart.YPlotArea

See Also

Reference

PlotArea Members
FarPoint.Win.Chart Namespace