Toolbar class consists of the following properties:
| Property | Description | Data Type | Default |
|---|---|---|---|
| BackColor | Determines the background color the toolbar will be displayed in. | Color | Color.LightGray |
| Buttons | Determines the characteristics for each button in the Toolbar. | ToolbarButton Class | Refer to ToolbarButton Class |
| Dock | Determines the Toolbar's docking position. | Enumerated type consisting of the following options:
|
poTop |
| Height | Returns the height of the Toolbar. This is a read-only property. | Integer | Not applicable |
| Left | Returns the Toolbar's left position within the control. This is a read-only property. | Integer | Not applicable |
| Top | Returns the Toolbar's top position within the control. This is a read-only property. | Integer | Not applicable |
| Width | Returns the width of the Toolbar. This is a read-only property. | Integer | Not applicable |
| Visible | Determines whether or not the Toolbar is displayed on the chart. | Boolean | True |