[]
Represents a Y plot area in a chart model.
public class YPlotArea : PlotArea, IXmlSerializable, ICloneable, ISupportInitialize
Public Class YPlotArea
Inherits PlotArea
Implements IXmlSerializable, ICloneable, ISupportInitialize
The plot area has an x-axis, a y-axis, a z-axis, and up to six walls. The x-axis represents categories. The y-axis represents values. The z-axis represents series. The y-axis can be oriented vertically or horizontally.
| Name | Description |
|---|---|
| YPlotArea() | Creates a new plot area. |
| YPlotArea(YPlotArea) | 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. |
| SideWall | Gets or sets the left wall. |
| Vertical | Gets of sets whether the plot is vertical or horizontal. |
| XAxis | Gets the x-axis. |
| YAxes | Gets the collection of y axes. |
| ZAxis | Gets the z-axis. |
| Name | Description |
|---|---|
| Clone() | Creates a deep copy of this plot area. |
| GetSchema() | This method is reserved and should not be used. |
| OnChanged(EventArgs) | |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |