# C1.Win.C1Chart.C1Chart.Repaint

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_C1Chart_Repaint_" data-uid="C1.Win.C1Chart.C1Chart.Repaint*">Repaint Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_C1Chart_Repaint_" data-uid="C1.Win.C1Chart.C1Chart.Repaint*"></a>
<h4 id="C1_Win_C1Chart_C1Chart_Repaint" data-uid="C1.Win.C1Chart.C1Chart.Repaint">Repaint</h4>
<div class="markdown level1 summary"><p>Determines whether the chart is repainted when its properties change.</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_C1Chart_C1Chart_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.
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>
</div>
