The following screen shot marks the pool itself:

The Pool object supports the following properties and methods:


| Name | Description | |||
| AllowHeaderExt | Specifies how the corners of the pool are combined with the headers of the pool. | |||
| Border | Specifies the style to display the pool's border. | |||
| BorderColor | Gets or sets a value that indicates the pool's border color. | |||
| Color | Gets or sets a value that indicates the pool's background color. | |||
| EndUpdatePool | Adds programmatically updated properties of the pool to undo/redo queue. | |||
| EnsureVisible | Scrolls the surface to ensure that the current pool fits the control's visible area. | |||
| ExtendPoolOnHeaderExtend | Specifies whether the pool extends its size, when its header get resized. | |||
| FitToClient | Resizes or/and moves the entire chart to fit the pool. | |||
| HeaderBorder | Specifies the style to display the header's border. | |||
| HeaderBorderColor | Gets or sets a value that indicates the header's border color. | |||
| HeaderCaptionSupportRotate | Returns or sets a value that indicates whether the header displays its caption with a different orientation. | |||
| HeaderColor | Gets or sets a value that indicates the header's background color. | |||
| HeaderPattern | Specifies the pattern to be shown on the header's background. | |||
| HeaderSize | Specifies the size of the pool's header. | |||
| HeaderVisible | Specifies whether the pool's header is visible or hidden. | |||
| Height | Specifies the height of the pool. | |||
| ID | Specifies the pool's identifier. | |||
| InvokeContextMenu | Invokes programmatically the pool's default or customized context menu, and returns the identifier of the selected item. | |||
| Lane | Retrieves the horizontal/vertical lane of the pool. | |||
| LaneResizeType | Specifies the way the lanes get resized, when its parent/pool gets resized. | |||
| MaxHeight | Specifies the maximum height of the pool. | |||
| MaxWidth | Specifies the maximum width of the pool. | |||
| MinHeight | Specifies the minimum height of the pool. | |||
| MinWidth | Specifies the minimum width of the pool. | |||
| MoveTo | Moves the pool to a new position. | |||
| Pattern | Specifies the pattern to be shown on the pool's background. | |||
| Position | Specifies the pool's position. | |||
| StartUpdatePool | Starts changing properties of the pool, so EndUpdatePool method adds programmatically updated properties to undo/redo queue. | |||
| UserData | Indicates any extra data associated with the pool. | |||
| Width | Specifies the width of the pool. | |||
| X | Specifies the pool's x-position. | |||
| Y | Specifies the pool's y-position. |