# GrapeCity.Spreadsheet.Charts.ChartHitTestType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_ChartHitTestType" data-uid="GrapeCity.Spreadsheet.Charts.ChartHitTestType" class="text-break">ChartHitTestType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the type of the element that was hit.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChartHitTestType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ChartHitTestType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_Axis">Axis</td>
        <td><p>The axis was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_AxisTitle">AxisTitle</td>
        <td><p>The axis title was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_AxisUnitTitle">AxisUnitTitle</td>
        <td><p>The axis unit title was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_BackWall">BackWall</td>
        <td><p>The back wall.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_ChartArea">ChartArea</td>
        <td><p>The chart area was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_ChartTitle">ChartTitle</td>
        <td><p>The chart title was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_DataLabel">DataLabel</td>
        <td><p>The data label was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_DataPoint">DataPoint</td>
        <td><p>The data point was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_DataTable">DataTable</td>
        <td><p>The data table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_DownBars">DownBars</td>
        <td><p>The down-bars of the stock chart was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_DropLines">DropLines</td>
        <td><p>The drop lines was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_ErrorBars">ErrorBars</td>
        <td><p>The Error Bars.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_Floor">Floor</td>
        <td><p>The floor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_HiLoLine">HiLoLine</td>
        <td><p>HiLoLine</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_LeaderLine">LeaderLine</td>
        <td><p>The Leader line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_Legend">Legend</td>
        <td><p>The legend was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_MajorGridlines">MajorGridlines</td>
        <td><p>The Major gridlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_MinorGridlines">MinorGridlines</td>
        <td><p>The Minor gridlines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_None">None</td>
        <td><p>Nothing was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_PlotArea">PlotArea</td>
        <td><p>The plot area was hit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_SeriesLine">SeriesLine</td>
        <td><p>Series Line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_SideWall">SideWall</td>
        <td><p>The side wall.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_TrendLine">TrendLine</td>
        <td><p>The Trend line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_TrendLineLabel">TrendLineLabel</td>
        <td><p>The Trend line label.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartHitTestType_UpBars">UpBars</td>
        <td><p>The up-bars of the stock chart was hit.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
