Articles in this section
Category / Section

How to Customize the Position of Layout in Vue Diagram?

2 mins read

This article explains how to customize the position of layout in Vue Diagram. The Vue Diagram allows you to customize the position of the layout in the diagram using the alignment property. By adjusting horizontalAlignment and verticalAlignment properties, you can precisely control the positioning of the layout.

Using the horizontalAlignment property, the layout can be positioned at Left, Right, and Center in the diagram.
Using the verticalAlignment property, the layout can be positioned at Top, Bottom, and Center in the diagram.

By default, the layout renders at the top center in the diagram

Refer to the code snippet below to customize the position of the layout:

// Configrues alignment property
layout: {
   type: 'ComplexHierarchicalTree',
   horizontalAlignment: 'Left',
   verticalAlignment: 'Top'
}   

Refer to the working sample for additional details and implementation: Click here for sample

Conclusion

We hope you enjoyed learning how to customize the position of the layout in Vue Diagram.

You can refer to our Vue Diagram feature tour page to learn about its other groundbreaking feature representations and documentation, and how to quickly get started with configuration specifications. You can also explore our Vue Diagram example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, BoldDesk Support, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied