# C1.Web.Mvc.Fluent.ChartGesturesExtension.SupportGestures

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_ChartGesturesExtension_SupportGestures_" data-uid="C1.Web.Mvc.Fluent.ChartGesturesExtension.SupportGestures*">SupportGestures Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_ChartGesturesExtension_SupportGestures_" data-uid="C1.Web.Mvc.Fluent.ChartGesturesExtension.SupportGestures*"></a>
<h4 id="C1_Web_Mvc_Fluent_ChartGesturesExtension_SupportGestures__3_C1_Web_Mvc_Fluent_FlexChartCoreBuilder___0___1___2__System_Action_C1_Web_Mvc_Fluent_ChartGesturesBuilder___0___" data-uid="C1.Web.Mvc.Fluent.ChartGesturesExtension.SupportGestures``3(C1.Web.Mvc.Fluent.FlexChartCoreBuilder{``0,``1,``2},System.Action{C1.Web.Mvc.Fluent.ChartGesturesBuilder{``0}})">SupportGestures&lt;T, TControl, TBuilder&gt;(FlexChartCoreBuilder&lt;T, TControl, TBuilder&gt;, Action&lt;ChartGesturesBuilder&lt;T&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Apply the ChartGestures extender in the chart which inherits from FlexChartCore.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static FlexChartCoreBuilder&lt;T, TControl, TBuilder&gt; SupportGestures&lt;T, TControl, TBuilder&gt;(this FlexChartCoreBuilder&lt;T, TControl, TBuilder&gt; chartBuilder, Action&lt;ChartGesturesBuilder&lt;T&gt;&gt; chartGestureBuilder) where TControl : FlexChartCore&lt;T&gt; where TBuilder : FlexChartCoreBuilder&lt;T, TControl, TBuilder&gt;</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function SupportGestures(Of T, TControl As FlexChartCore(Of T), TBuilder As FlexChartCoreBuilder(Of T, TControl, TBuilder))(chartBuilder As FlexChartCoreBuilder(Of T, TControl, TBuilder), chartGestureBuilder As Action(Of ChartGesturesBuilder(Of T))) As FlexChartCoreBuilder(Of T, TControl, TBuilder)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartCoreBuilder-3.html">FlexChartCoreBuilder</a>&lt;T, TControl, TBuilder&gt;</td>
      <td><span class="parametername">chartBuilder</span></td>
      <td><p>The builder for the chart.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="C1.Web.Mvc.Fluent.ChartGesturesBuilder-1.html">ChartGesturesBuilder</a>&lt;T&gt;&gt;</td>
      <td><span class="parametername">chartGestureBuilder</span></td>
      <td><p>The builder for the ChartGestures object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartCoreBuilder-3.html">FlexChartCoreBuilder</a>&lt;T, TControl, TBuilder&gt;</td>
      <td><p>Current builder.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td><p>The type of data.</p>
</td>
    </tr>
    <tr>
      <td><span class="parametername">TControl</span></td>
      <td><p>The type of the chart.</p>
</td>
    </tr>
    <tr>
      <td><span class="parametername">TBuilder</span></td>
      <td><p>The builder type for the chart.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
