# GrapeCity.ActiveReports.Chart.WallRange

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_WallRange" data-uid="GrapeCity.ActiveReports.Chart.WallRange" class="text-break">WallRange Class
</h1>
  <div class="markdown level0 summary"><p>Wall range object class.</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledComponent.html">MouseEnabledComponent</a></div>
    <div class="level5"><span class="xref">WallRange</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.html">IMouseEnabled</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.IMouseHandler.html">IMouseHandler</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.INamedComponent.html">INamedComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_WallRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public sealed class WallRange : MouseEnabledComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable</code></pre>
  </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="GrapeCity_ActiveReports_Chart_WallRange__ctor" data-uid="GrapeCity.ActiveReports.Chart.WallRange.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.-ctor.html#GrapeCity_ActiveReports_Chart_WallRange__ctor">WallRange()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the WallRange class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.WallRange.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.-ctor.html#GrapeCity_ActiveReports_Chart_WallRange__ctor_System_String_">WallRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.WallRange.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.-ctor.html#GrapeCity_ActiveReports_Chart_WallRange__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">WallRange(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_WallRange_AdjacentAxes" data-uid="GrapeCity.ActiveReports.Chart.WallRange.AdjacentAxes">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.AdjacentAxes.html#GrapeCity_ActiveReports_Chart_WallRange_AdjacentAxes">AdjacentAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets adjacent axes collection. Wall range is displayed on the visible walls based on primary and adjacent axes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.WallRange.Backdrop">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.Backdrop.html#GrapeCity_ActiveReports_Chart_WallRange_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets backdrop into to fill range with</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_Border" data-uid="GrapeCity.ActiveReports.Chart.WallRange.Border">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.Border.html#GrapeCity_ActiveReports_Chart_WallRange_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets border info to outline wall range</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_DrawOnTopOfGridLines" data-uid="GrapeCity.ActiveReports.Chart.WallRange.DrawOnTopOfGridLines">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.DrawOnTopOfGridLines.html#GrapeCity_ActiveReports_Chart_WallRange_DrawOnTopOfGridLines">DrawOnTopOfGridLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets DrawOnTopOfGridLines property. DrawOnTopOfGridLines specifies whether to draw current range after grid lines are drawn.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_EndValue" data-uid="GrapeCity.ActiveReports.Chart.WallRange.EndValue">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.EndValue.html#GrapeCity_ActiveReports_Chart_WallRange_EndValue">EndValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets range's end value</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_PrimaryAxis" data-uid="GrapeCity.ActiveReports.Chart.WallRange.PrimaryAxis">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.PrimaryAxis.html#GrapeCity_ActiveReports_Chart_WallRange_PrimaryAxis">PrimaryAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets primary axis. Wall range is displayed on the visible walls based on primary and adjacent axes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_StartValue" data-uid="GrapeCity.ActiveReports.Chart.WallRange.StartValue">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.StartValue.html#GrapeCity_ActiveReports_Chart_WallRange_StartValue">StartValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets range's start value</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_Visible" data-uid="GrapeCity.ActiveReports.Chart.WallRange.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.Visible.html#GrapeCity_ActiveReports_Chart_WallRange_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets range visibility</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="GrapeCity_ActiveReports_Chart_WallRange_Clone" data-uid="GrapeCity.ActiveReports.Chart.WallRange.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.Clone.html#GrapeCity_ActiveReports_Chart_WallRange_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_WallRange_NeedMouseHandling" data-uid="GrapeCity.ActiveReports.Chart.WallRange.NeedMouseHandling">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.WallRange.NeedMouseHandling.html#GrapeCity_ActiveReports_Chart_WallRange_NeedMouseHandling">NeedMouseHandling()</a>
        </td>
        <td class="markdown level1 summary"><p>Implements <pre><code class="lang-csharp">IMouseEnabled.NeedMouseHandling</code></pre>
</td>
      </tr>
    </tbody>
  </table>

</div>
