Search
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
File: LayoutAlignment.js

 Syntax

JavaScript  Copy Code

// 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