# C1.Win.C1Chart3D.C1Chart3D.Repaint

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_C1Chart3D_Repaint_" data-uid="C1.Win.C1Chart3D.C1Chart3D.Repaint*">Repaint Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_C1Chart3D_Repaint_" data-uid="C1.Win.C1Chart3D.C1Chart3D.Repaint*"></a>
<h4 id="C1_Win_C1Chart3D_C1Chart3D_Repaint" data-uid="C1.Win.C1Chart3D.C1Chart3D.Repaint">Repaint</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart is automatically repainted when its properties are modified.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Repaint { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Repaint As Boolean</code></pre>
</div>
<h5 id="C1_Win_C1Chart3D_C1Chart3D_Repaint_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
When the Repaint property is false, chart repaints are minimized as chart properties are changed.
This is useful when multiple chart properties will be changed in an event, and it is desired to reduce
the flicker associated with repeated repaints.
</p>
<p>
Note that it is very important to set Repaint to true when property changes have been completed.
Failure to do so can result in a chart that never repaints.
</p>
</div>
<h5 id="C1_Win_C1Chart3D_C1Chart3D_Repaint_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.C1Chart3D.html">C1Chart3D</a></div>
</div>
</div>
