Dock¶
Summary¶
Specifies where a chart control will be docked inside the DockPanel.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Fields¶
Name | Description |
---|---|
Left | Dock to the left side of the DockPanel. |
Top | Dock to the top of the DockPanel. |
Right | Dock to the right side of the DockPanel. |
Bottom | Dock to the bottom of the DockPanel. |
See Also¶
Last update: March 23, 2023