Spread Windows Forms 8.0 Product Documentation
DoubleBuffered Property


Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
Syntax
'Declaration
 
Protected Overrides Property DoubleBuffered As Boolean
'Usage
 
Dim instance As FpChart
Dim value As Boolean
 
instance.DoubleBuffered = value
 
value = instance.DoubleBuffered
protected override bool DoubleBuffered {get; set;}

Property Value

true if the surface of the control should be drawn using double buffering; otherwise, false.
Remarks
The FpChart control cannot use double buffer in 3D view. So user should not set this property to true when using 3D view.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

FpChart Class
FpChart Members

 

 


Copyright © GrapeCity, inc. All rights reserved.