# FarPoint.Web.Chart.YPlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_YPlotArea" data-uid="FarPoint.Web.Chart.YPlotArea" class="text-break">YPlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Y plot area in a chart model.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Web.Chart.PlotArea.html">PlotArea</a></div>
    <div class="level2"><span class="xref">YPlotArea</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_YPlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class YPlotArea : PlotArea, IXmlSerializable, ICloneable, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class YPlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable, ISupportInitialize</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_YPlotArea_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>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.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea__ctor" data-uid="FarPoint.Web.Chart.YPlotArea.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.-ctor.html#FarPoint_Web_Chart_YPlotArea__ctor">YPlotArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea__ctor_FarPoint_Web_Chart_YPlotArea_" data-uid="FarPoint.Web.Chart.YPlotArea.#ctor(FarPoint.Web.Chart.YPlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.-ctor.html#FarPoint_Web_Chart_YPlotArea__ctor_FarPoint_Web_Chart_YPlotArea_">YPlotArea(YPlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new plot area that is a deep copy of the specified
plot area.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_BackWall" data-uid="FarPoint.Web.Chart.YPlotArea.BackWall">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.BackWall.html#FarPoint_Web_Chart_YPlotArea_BackWall">BackWall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the back wall.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_BottomWall" data-uid="FarPoint.Web.Chart.YPlotArea.BottomWall">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.BottomWall.html#FarPoint_Web_Chart_YPlotArea_BottomWall">BottomWall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom wall.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_SideWall" data-uid="FarPoint.Web.Chart.YPlotArea.SideWall">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.SideWall.html#FarPoint_Web_Chart_YPlotArea_SideWall">SideWall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left wall.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_Vertical" data-uid="FarPoint.Web.Chart.YPlotArea.Vertical">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.Vertical.html#FarPoint_Web_Chart_YPlotArea_Vertical">Vertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets of sets whether the plot is vertical or horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_XAxis" data-uid="FarPoint.Web.Chart.YPlotArea.XAxis">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.XAxis.html#FarPoint_Web_Chart_YPlotArea_XAxis">XAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_YAxes" data-uid="FarPoint.Web.Chart.YPlotArea.YAxes">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.YAxes.html#FarPoint_Web_Chart_YPlotArea_YAxes">YAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of y axes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_ZAxis" data-uid="FarPoint.Web.Chart.YPlotArea.ZAxis">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.ZAxis.html#FarPoint_Web_Chart_YPlotArea_ZAxis">ZAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the z-axis.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_Clone" data-uid="FarPoint.Web.Chart.YPlotArea.Clone">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.Clone.html#FarPoint_Web_Chart_YPlotArea_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_GetSchema" data-uid="FarPoint.Web.Chart.YPlotArea.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.GetSchema.html#FarPoint_Web_Chart_YPlotArea_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.YPlotArea.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.OnChanged.html#FarPoint_Web_Chart_YPlotArea_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.YPlotArea.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.ReadXml.html#FarPoint_Web_Chart_YPlotArea_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_YPlotArea_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.YPlotArea.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.YPlotArea.WriteXml.html#FarPoint_Web_Chart_YPlotArea_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
