Skip to content

Dock

Summary

Specifies where a chart control will be docked inside the DockPanel.

Signature

1
public enum Dock

Namespace

cAlgo.API

See Also

Fields

Left

Summary

Dock to the left side of the DockPanel.

Signature

1
Dock.Left;

Return Value

Dock

Top

Summary

Dock to the top of the DockPanel.

Signature

1
Dock.Top;

Return Value

Dock

Summary

Dock to the right side of the DockPanel.

Signature

1
Dock.Right;

Return Value

Dock

Bottom

Summary

Dock to the bottom of the DockPanel.

Signature

1
Dock.Bottom;

Return Value

Dock