Enum ChartDock
Specifies the Docking position of a control.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartDock
Fields
Name | Description |
---|---|
Bottom | The control will be docked to the Bottom of its container |
Floating | The control will not be docked inside the container |
Left | The control will be docked to the Left of its container |
Right | The control will be docked to the Right of its container |
Top | The control will be docked to the Top of its container |