# FarPoint.Web.Chart.XYPlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_XYPlotArea" data-uid="FarPoint.Web.Chart.XYPlotArea" class="text-break">XYPlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents an XY 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">XYPlotArea</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>
  <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_XYPlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XYPlotArea : PlotArea, IXmlSerializable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XYPlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_XYPlotArea_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 and y-axis represent values.  The z-axis represents series.</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_XYPlotArea__ctor" data-uid="FarPoint.Web.Chart.XYPlotArea.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.-ctor.html#FarPoint_Web_Chart_XYPlotArea__ctor">XYPlotArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_XYPlotArea__ctor_FarPoint_Web_Chart_XYPlotArea_" data-uid="FarPoint.Web.Chart.XYPlotArea.#ctor(FarPoint.Web.Chart.XYPlotArea)">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.-ctor.html#FarPoint_Web_Chart_XYPlotArea__ctor_FarPoint_Web_Chart_XYPlotArea_">XYPlotArea(XYPlotArea)</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_XYPlotArea_BackWall" data-uid="FarPoint.Web.Chart.XYPlotArea.BackWall">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.BackWall.html#FarPoint_Web_Chart_XYPlotArea_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_XYPlotArea_BottomWall" data-uid="FarPoint.Web.Chart.XYPlotArea.BottomWall">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.BottomWall.html#FarPoint_Web_Chart_XYPlotArea_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_XYPlotArea_SideWall" data-uid="FarPoint.Web.Chart.XYPlotArea.SideWall">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.SideWall.html#FarPoint_Web_Chart_XYPlotArea_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_XYPlotArea_XAxes" data-uid="FarPoint.Web.Chart.XYPlotArea.XAxes">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.XAxes.html#FarPoint_Web_Chart_XYPlotArea_XAxes">XAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of x axes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_XYPlotArea_YAxes" data-uid="FarPoint.Web.Chart.XYPlotArea.YAxes">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.YAxes.html#FarPoint_Web_Chart_XYPlotArea_YAxes">YAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the colleciton of y axes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_XYPlotArea_ZAxis" data-uid="FarPoint.Web.Chart.XYPlotArea.ZAxis">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.ZAxis.html#FarPoint_Web_Chart_XYPlotArea_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_XYPlotArea_Clone" data-uid="FarPoint.Web.Chart.XYPlotArea.Clone">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.Clone.html#FarPoint_Web_Chart_XYPlotArea_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_XYPlotArea_GetSchema" data-uid="FarPoint.Web.Chart.XYPlotArea.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.GetSchema.html#FarPoint_Web_Chart_XYPlotArea_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_XYPlotArea_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.XYPlotArea.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.ReadXml.html#FarPoint_Web_Chart_XYPlotArea_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_XYPlotArea_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.XYPlotArea.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.XYPlotArea.WriteXml.html#FarPoint_Web_Chart_XYPlotArea_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>
