Search
LayoutAlignment Enumeration
See Also
 






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

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  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