# FarPoint.Win.Chart.FpChart.Interactive

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_FpChart_Interactive_" data-uid="FarPoint.Win.Chart.FpChart.Interactive*">Interactive Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_FpChart_Interactive_" data-uid="FarPoint.Win.Chart.FpChart.Interactive*"></a>
<h4 id="FarPoint_Win_Chart_FpChart_Interactive" data-uid="FarPoint.Win.Chart.FpChart.Interactive">Interactive</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether to enable the selection of
plot area, legend area, label area or series. Users can perform actions such as
move, resize, copy, cut, paste, delete with the selected object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[FpCategory(&quot;Category_Behavior&quot;)]
public bool Interactive { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;FpCategory(&quot;Category_Behavior&quot;)&gt;
Public Property Interactive As Boolean</code></pre>
</div>
</div>
