Charting for WinForms Programmer's Guide
LayoutAlignment Enumeration
See Also
 






Indicates how child components are aligned within the layout rectangle allocated to them by their parent component.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum LayoutAlignment

Visual Basic  Copy Code

Public Enum LayoutAlignment

 Members

  Member name Description

Center

Center the child component.

Far

Align the child component to the right or bottom side.

Near

Align the child component to the left or top side.

Stretch

Stretch the child component.

 See Also

MindFusion.Charting.Components Namespace