# GrapeCity.Spreadsheet.Charts.ChartElementSelectingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_ChartElementSelectingEventArgs" data-uid="GrapeCity.Spreadsheet.Charts.ChartElementSelectingEventArgs" class="text-break">ChartElementSelectingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the chart selection data of a chart element.</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="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">ChartElementSelectingEventArgs</span></div>
  </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_ChartElementSelectingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartElementSelectingEventArgs : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartElementSelectingEventArgs
    Inherits CancelEventArgs</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="GrapeCity_Spreadsheet_Charts_ChartElementSelectingEventArgs_ChartObject" data-uid="GrapeCity.Spreadsheet.Charts.ChartElementSelectingEventArgs.ChartObject">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ChartElementSelectingEventArgs.ChartObject.html#GrapeCity_Spreadsheet_Charts_ChartElementSelectingEventArgs_ChartObject">ChartObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.html">IChartObject</a> owner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartElementSelectingEventArgs_HitTestResult" data-uid="GrapeCity.Spreadsheet.Charts.ChartElementSelectingEventArgs.HitTestResult">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ChartElementSelectingEventArgs.HitTestResult.html#GrapeCity_Spreadsheet_Charts_ChartElementSelectingEventArgs_HitTestResult">HitTestResult</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hit test result.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
