ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChart Class / UseDoubleBuffer Property

In This Topic
    UseDoubleBuffer Property
    In This Topic
    Whether to use a double buffer when redrawing the chart.
    Syntax
    'Declaration
     
    Public Property UseDoubleBuffer As System.Boolean
    public System.bool UseDoubleBuffer {get; set;}
    See Also