# FarPoint.Win.Chart.FpChart.DoubleBuffered

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_FpChart_DoubleBuffered_" data-uid="FarPoint.Win.Chart.FpChart.DoubleBuffered*">DoubleBuffered Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_FpChart_DoubleBuffered_" data-uid="FarPoint.Win.Chart.FpChart.DoubleBuffered*"></a>
<h4 id="FarPoint_Win_Chart_FpChart_DoubleBuffered" data-uid="FarPoint.Win.Chart.FpChart.DoubleBuffered">DoubleBuffered</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override bool DoubleBuffered { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Property DoubleBuffered As Boolean</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.doublebuffered">Control.DoubleBuffered</a></div>
<h5 id="FarPoint_Win_Chart_FpChart_DoubleBuffered_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The FpChart control cannot use double buffer in 3D view. So user should not set this property to true
when using 3D view.</p>
</div>
</div>
