FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class
Members


XYPlotArea Class
Represents an XY plot area in a chart model.
Syntax
'Declaration
 
Public Class XYPlotArea 
   Inherits PlotArea
 
'Usage
 
Dim instance As XYPlotArea
Remarks
The plot area has an x-axis, a y-axis, a z-axis, and up to six walls. The x-axis and y-axis represent values. The z-axis represents series.
Inheritance Hierarchy

System.Object
   FarPoint.Win.Chart.PlotArea
      FarPoint.Win.Chart.XYPlotArea

See Also