XY Chart NET 3 Control Reference > Classes > Toolbar Class |
Toolbar Class consists of the following properties:
Property | Description | Data Type | Default |
BackColor | Determines the background color the toolbar will be displayed in. | Color | RGB(211,222,237) |
Buttons | Determines the characteristics for each button in the Toolbar. | ToolbarButton Class | Refer to ToolbarButton Class |
ButtonsHeight | Returns the height of all visible buttons in the Toolbar. This is a read-only property. | Integer | Not applicable |
ButtonsWidth | Returns the width of all visible buttons in the Toolbar. This is a read-only property. | Integer | Not applicable |
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 |
ToolTipBackColor | Determines the background color the toolbar button's tooltip will be displayed in. | Color | Color.LightYellow |
ToolTipForeColor | Determines the color the toolbar button's tooltip will be displayed in. | Color | Color.Black |
Top | Returns the Toolbar's top position within the control. This is a read-only property. | Integer | Not applicable |
Visible | Determines whether or not the Toolbar is displayed on the chart. | Boolean | True |
Width | Returns the width of the Toolbar. This is a read-only property. | Integer | Not applicable |