ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.Repaint Property

Determines whether the chart is repainted when its properties change.

[Visual Basic]

Public Property Repaint As Boolean

[C#]

public bool Repaint {get;set;}

[Delphi]

public property Repaint: Boolean read get_Repaint write set_Repaint;

Remarks

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.

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.