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


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

System.Object
   FarPoint.Win.Chart.PlotArea
      FarPoint.Win.Chart.XYZPlotArea

See Also