TeeTool component for drawing a region selection rectangle.
Use this tool to allow the user to select a region on the chart, by dragging border lines of the displayed rectangle. The border lines can be dragged symmetrically, the whole rectangle can be moved or only individual lines can be adjusted. The extended feature set is obtained when the border line dragging is performed by holding down the CTRL key.
| Name | Type | Description |
|---|
| BottomLine | TColorLineTool* | The properties for the bottom line of the selection rectangle. |
| BottomLinePen | TChartPen* | The properties for the bottom line pen of the selection rectangle. |
| BottomResize | bool | Set it to true, if the bottom edge line can dragged. |
| BottomValue | double | The Y axis value for the bottom line of the selection rectangle. |
| Color | TColor | Color of the selection rectangle. |
| Cursor | TCursor | Cursor to be showed when hovering with the mouse over selection rectangle. |
| DrawBehind | bool | The selection rectangle can be drawn before or after the series. |
| DrawBehindAxes | bool | The selection rectangle can be drawn before or after the axes. |
| Gradient | TChartGradient* | The selection rectangle can have a gradient. |
| LeftLine | TColorLineTool* | The properties for the left line of the selection rectangle. |
| LeftLinePen | TChartPen* | The properties for the left line pen of the selection rectangle. |
| LeftResize | bool | Set it to true, if the left edge line can dragged. |
| LeftValue | double | The X axis value for the left line of the selection rectangle. |
| OnClick | TMouseEvent | Triggered when the selection rectangle is clicked. |
| OnDragBox | TNotifyEvent | Triggered when the selection rectangle as a whole is being dragged. (CTRL key is down) |
| OnDragLine | TOnDragLine | Triggered when the edge of selection rectangle is being dragged. (CTRL key can be down or not. ) |
| OnEndDragLine | TOnDragLine | Triggered when the dragging of the edge of selection rectangle has ended. |
| RightLine | TColorLineTool* | The properties for the right line of the selection rectangle. |
| RightLinePen | TChartPen* | The properties for the right line pen of the selection rectangle. |
| RightResize | bool | Set it to true, if the right edge line can dragged. |
| RightValue | double | The X axis value for the right line of the selection rectangle. |
| TopLine | TColorLineTool* | The properties for the top line of the selection rectangle. |
| TopLinePen | TChartPen* | The properties for the top line pen of the selection rectangle. |
| TopResize | bool | Set it to true, if the top edge line can dragged. |
| TopValue | double | The Y axis value for the top line of the selection rectangle. |
| Transparency | System::Byte | The selection rectangle can have transparency defined between 0 and 100. |