Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class
Members


In This Topic
    XYPlotArea Class
    In This Topic
    Represents an XY plot area in a chart model.
    Syntax
    'Declaration
     
    
    Public Class XYPlotArea 
       Inherits PlotArea
    'Usage
     
    
    Dim instance As XYPlotArea
    public class XYPlotArea : PlotArea 
    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