# C1.Document.FlexChart.IDrawAndHitTest

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_FlexChart_IDrawAndHitTest" data-uid="C1.Document.FlexChart.IDrawAndHitTest" class="text-break">IDrawAndHitTest Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that allows drawing a chart and performing hit testing without using the full <code>IChart</code> interface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.FlexChart.html">C1.Document.FlexChart</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_FlexChart_IDrawAndHitTest_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDrawAndHitTest</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDrawAndHitTest</code></pre>
  </div>
  <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_Document_FlexChart_IDrawAndHitTest_Draw_C1_Document_Util_C1Graphics_System_Double_System_Double_" data-uid="C1.Document.FlexChart.IDrawAndHitTest.Draw(C1.Document.Util.C1Graphics,System.Double,System.Double)">
          <a class="xref" href="C1.Document.FlexChart.IDrawAndHitTest.Draw.html#C1_Document_FlexChart_IDrawAndHitTest_Draw_C1_Document_Util_C1Graphics_System_Double_System_Double_">Draw(C1Graphics, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the chart content to the specified graphics surface using the provided dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_FlexChart_IDrawAndHitTest_HitTest_System_Double_System_Double_" data-uid="C1.Document.FlexChart.IDrawAndHitTest.HitTest(System.Double,System.Double)">
          <a class="xref" href="C1.Document.FlexChart.IDrawAndHitTest.HitTest.html#C1_Document_FlexChart_IDrawAndHitTest_HitTest_System_Double_System_Double_">HitTest(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a hit test at the specified coordinates and returns information about the element under the point.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
