# C1.Win.C1ChartBase.iChartRect

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1ChartBase_iChartRect" data-uid="C1.Win.C1ChartBase.iChartRect" class="text-break">iChartRect Interface
</h1>
  <div class="markdown level0 summary"><p>Provides chart area properties and methods.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1ChartBase.html">C1.Win.C1ChartBase</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1ChartBase_iChartRect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface iChartRect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface iChartRect</code></pre>
  </div>
  <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="C1_Win_C1ChartBase_iChartRect_DrawFactor" data-uid="C1.Win.C1ChartBase.iChartRect.DrawFactor">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.DrawFactor.html#C1_Win_C1ChartBase_iChartRect_DrawFactor">DrawFactor</a>
        </td>
        <td class="markdown level1 summary"><p>DrawFactor is set in DrawWithPrinter and accounts for 100/dpi inflation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_iChartRect_Location" data-uid="C1.Win.C1ChartBase.iChartRect.Location">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.Location.html#C1_Win_C1ChartBase_iChartRect_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the chart area in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_iChartRect_Size" data-uid="C1.Win.C1ChartBase.iChartRect.Size">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.Size.html#C1_Win_C1ChartBase_iChartRect_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the chart area in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_iChartRect_Text" data-uid="C1.Win.C1ChartBase.iChartRect.Text">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.Text.html#C1_Win_C1ChartBase_iChartRect_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the text of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_iChartRect_Visible" data-uid="C1.Win.C1ChartBase.iChartRect.Visible">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.Visible.html#C1_Win_C1ChartBase_iChartRect_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart area 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="C1_Win_C1ChartBase_iChartRect_Draw_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Win.C1ChartBase.iChartRect.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.Draw.html#C1_Win_C1ChartBase_iChartRect_Draw_System_Drawing_Graphics_System_Drawing_Rectangle_">Draw(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_iChartRect_Invalidate" data-uid="C1.Win.C1ChartBase.iChartRect.Invalidate">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.Invalidate.html#C1_Win_C1ChartBase_iChartRect_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the entire surface of the chart area and causes to be redrawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_iChartRect_Invalidate_System_Drawing_Rectangle_" data-uid="C1.Win.C1ChartBase.iChartRect.Invalidate(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1ChartBase.iChartRect.Invalidate.html#C1_Win_C1ChartBase_iChartRect_Invalidate_System_Drawing_Rectangle_">Invalidate(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the specified region of the chart area and causes to be redrawn.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
