# GrapeCity.ActiveReports.Chart.PlaneItem.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*">PlaneItem Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor">PlaneItem()</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object with a default settings</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem()</code></pre>
</div>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">PlaneItem(AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(AntiAliasMode antiAliasMode)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Backdrop)">PlaneItem(Backdrop)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(Backdrop backdrop)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill the wall rectangle</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Backdrop,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">PlaneItem(Backdrop, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(Backdrop backdrop, AntiAliasMode antiAliasMode)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill the wall rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Backdrop,System.Single)">PlaneItem(Backdrop, float)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(Backdrop backdrop, float width)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill the wall rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_System_Single_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Backdrop,System.Single,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">PlaneItem(Backdrop, float, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(Backdrop backdrop, float width, AntiAliasMode antiAliasMode)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill the wall rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_System_Boolean_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Backdrop,System.Boolean,System.Single)">PlaneItem(Backdrop, bool, float)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(Backdrop backdrop, bool visible, float width)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill the wall rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">visible</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_System_Boolean_System_Single_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Backdrop,System.Boolean,System.Single,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">PlaneItem(Backdrop, bool, float, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the Wall object</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(Backdrop backdrop, bool visible, float width, AntiAliasMode antiAliasMode)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill the wall rectangle</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">visible</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_System_Boolean_System_Single_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode,GrapeCity.ActiveReports.Chart.Graphics.Backdrop,System.Boolean,System.Single,System.Object)">PlaneItem(AntiAliasMode, Backdrop, bool, float, object)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.PlaneItem.html">PlaneItem</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(AntiAliasMode antiAliasMode, Backdrop backdrop, bool visible, float width, object contextMenu)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">visible</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">contextMenu</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(System.String)">PlaneItem(string)</h4>
<div class="markdown level1 summary"><p>For internal use only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(string xml)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">xml</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_PlaneItem__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.PlaneItem.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">PlaneItem(string, GraphXmlSerializationContext)</h4>
<div class="markdown level1 summary"><p>For internal use only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PlaneItem(string xml, GraphXmlSerializationContext context)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">xml</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext.html">GraphXmlSerializationContext</a></td>
      <td><span class="parametername">context</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
