[]
Represents an XYZ plot area in a chart model.
public class XYZPlotArea : PlotArea, IXmlSerializable, ICloneable
Public Class XYZPlotArea
Inherits PlotArea
Implements IXmlSerializable, ICloneable
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.
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. |
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. |
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. |