# C1.Web.Mvc.Chart.SelectionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Chart_SelectionMode" data-uid="C1.Web.Mvc.Chart.SelectionMode" class="text-break">SelectionMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies what is selected when the user clicks the chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Chart.html">C1.Web.Mvc.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Chart_SelectionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SelectionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SelectionMode</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="C1_Web_Mvc_Chart_SelectionMode_None">None</td>
        <td><p>Select neither series nor data points when the user clicks the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_SelectionMode_Point">Point</td>
        <td><p>Select the data point when the user clicks it on the chart. Since Line, Area, Spline, and SplineArea charts do not render individual data points, nothing is selected with this setting on those chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_SelectionMode_Series">Series</td>
        <td><p>Select the whole Series when the user clicks it on the chart.​</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
