Spread for ASP.NET 10 Product Documentation
PlotArea Class
Members 


Represents the base class for plot areas.
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.Web.Chart.PlotArea
      FarPoint.Web.Chart.PiePlotArea
      FarPoint.Web.Chart.PolarPlotArea
      FarPoint.Web.Chart.RadarPlotArea
      FarPoint.Web.Chart.SunburstPlotArea
      FarPoint.Web.Chart.TreemapPlotArea
      FarPoint.Web.Chart.XYPlotArea
      FarPoint.Web.Chart.XYZPlotArea
      FarPoint.Web.Chart.YPlotArea

Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PlotArea Members
FarPoint.Web.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.