Enumerates docking type of the chart elements which are inside another element.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum DockingType |
| Visual Basic (Declaration) |
|---|
Public Enumeration DockingType |
| Visual C++ |
|---|
public enum class DockingType |
Members
| Member name | Description | |
|---|---|---|
| Top | Assigns the top position. | |
| Left | Assigns the left position. | |
| Bottom | Assigns the bottom position. | |
| Right | Assigns the right position. | |
| None | Indicates that the postion is not assigned. |