Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZPlotArea Class
Members


In This Topic
    XYZPlotArea Class
    In This Topic
    Represents an XYZ plot area in a chart model.
    Object Model
    XYZPlotArea ClassWall ClassWall ClassLightCollection ClassLight ClassProjection ClassSeriesCollection ClassSeries ClassWall ClassValueAxisCollection ClassValueAxis ClassValueAxisCollection ClassValueAxis ClassValueAxisCollection ClassValueAxis Class
    Syntax
    'Declaration
     
    
    Public Class XYZPlotArea 
       Inherits PlotArea
    'Usage
     
    
    Dim instance As XYZPlotArea
    public class XYZPlotArea : PlotArea 
    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.Web.Chart.PlotArea
          FarPoint.Web.Chart.XYZPlotArea

    See Also