Spread Windows Forms 6.0 Product Documentation
DoubleBuffered Property
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : DoubleBuffered Property


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Protected Overrides Property DoubleBuffered As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpChart
Dim value As Boolean
 
instance.DoubleBuffered = value
 
value = instance.DoubleBuffered
C# 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.