Indicates how child components are aligned within the layout rectangle allocated to them by their parent component.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
C#
![]() |
---|
public enum LayoutAlignment |
Visual Basic
![]() |
---|
Public Enum LayoutAlignment |
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. |