[]
        
(Showing Draft Content)

FarPoint.Web.Chart.XYZPlotArea

XYZPlotArea Class

Represents an XYZ plot area in a chart model.

Inheritance
XYZPlotArea
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class XYZPlotArea : PlotArea, IXmlSerializable, ICloneable
Public Class XYZPlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable
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.

Constructors

Name Description
XYZPlotArea()

Creates a new plot area.

XYZPlotArea(XYZPlotArea)

Creates a new plot area that is a deep copy of the specified plot area.

Properties

Name Description
BackWall

Gets or sets the back wall.

BottomWall

Gets or sets the bottom wall.

Depth

Gets or sets the depth of the plot area.

SideWall

Gets or sets the left wall.

XAxes

Gets the collection of x axes.

YAxes

Gets the collection of y axes.

ZAxes

Gets the collection of z axies.

Methods

Name Description
Clone()

Creates a deep copy of this plot area.

GetSchema()

This method is reserved and should not be used.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.