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
public static Dock Left;

Return Value

Dock

Top

Summary

Dock to the top of the DockPanel.

Signature

1
public static Dock Top;

Return Value

Dock

Summary

Dock to the right side of the DockPanel.

Signature

1
public static Dock Right;

Return Value

Dock

Bottom

Summary

Dock to the bottom of the DockPanel.

Signature

1
public static Dock Bottom;

Return Value

Dock