Version

ResizeAll Method

Resizes all drawing layers and their bounding box.
Syntax
'Declaration
 
Sub ResizeAll() 
void ResizeAll()
Remarks

This method resizes all drawing layers (a chart can be thought of as being composed of a number of transparent layers, each overlaying the other and contributing additional information to the presentation). It also updates the bounding boxes based on whether the layers have, in aggregate, grown or diminished.

Resize and refresh operations are initiated by the control automatically when a size-related property changes its value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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