[]
        
(Showing Draft Content)

FarPoint.Win.Chart.FpChart.DoubleBuffered

DoubleBuffered Property

DoubleBuffered

Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.

Declaration
protected override bool DoubleBuffered { get; set; }
Protected Overrides Property DoubleBuffered As Boolean
Overrides
Remarks

The FpChart control cannot use double buffer in 3D view. So user should not set this property to true when using 3D view.