Pool object
The Pool object refers a pool on the surface. A pool may display horizontal or/and vertical lanes. The Lane property accesses the horizontal or vertical lanes

The following screen shot marks the pool itself: 

The Pool object supports the following properties and methods:

 

NameDescription
AllowHeaderExtSpecifies how the corners of the pool are combined with the headers of the pool.
BorderSpecifies the style to display the pool's border.
BorderColorGets or sets a value that indicates the pool's border color.
ColorGets or sets a value that indicates the pool's background color.
EndUpdatePoolAdds programmatically updated properties of the pool to undo/redo queue.
EnsureVisibleScrolls the surface to ensure that the current pool fits the control's visible area.
ExtendPoolOnHeaderExtendSpecifies whether the pool extends its size, when its header get resized.
FitToClientResizes or/and moves the entire chart to fit the pool.
HeaderBorderSpecifies the style to display the header's border.
HeaderBorderColorGets or sets a value that indicates the header's border color.
HeaderCaptionSupportRotateReturns or sets a value that indicates whether the header displays its caption with a different orientation.
HeaderColorGets or sets a value that indicates the header's background color.
HeaderPatternSpecifies the pattern to be shown on the header's background.
HeaderSizeSpecifies the size of the pool's header.
HeaderVisibleSpecifies whether the pool's header is visible or hidden.
HeightSpecifies the height of the pool.
IDSpecifies the pool's identifier.
InvokeContextMenuInvokes programmatically the pool's default or customized context menu, and returns the identifier of the selected item.
LaneRetrieves the horizontal/vertical lane of the pool.
LaneResizeTypeSpecifies the way the lanes get resized, when its parent/pool gets resized.
MaxHeightSpecifies the maximum height of the pool.
MaxWidthSpecifies the maximum width of the pool.
MinHeightSpecifies the minimum height of the pool.
MinWidthSpecifies the minimum width of the pool.
MoveToMoves the pool to a new position.
PatternSpecifies the pattern to be shown on the pool's background.
PositionSpecifies the pool's position.
StartUpdatePoolStarts changing properties of the pool, so EndUpdatePool method adds programmatically updated properties to undo/redo queue.
UserDataIndicates any extra data associated with the pool.
WidthSpecifies the width of the pool.
XSpecifies the pool's x-position.
YSpecifies the pool's y-position.