Skip to main content
A newer version of this page is available. .

Diagram

  • 2 minutes to read

The Diagram control allows you to design diagrams, flowcharts, and org charts online, or display data diagrams without drawing them manually. You can also save and load diagrams in JSON format, or export to image formats.

The ASPxDiagram class implements the Diagram control on the server side. ASPxClientDiagram is its client-side equivalent.

Diagram

Features

Data Binding (More details | See demo: Node and Edge Data Sources | See demo: Tree from Linear Data Structure)

The Diagram control can create diagrams from hierarchical (tree-like) and graph data structures, and automatically arrange this data on the page. You can bind all shape properties to a database, including shape and connector styles, position, and size.

Export to PNG, JPEG, SVG (More details)

You can export a diagram to PNG, JPEG, and SVG file formats.

Predefined and Custom Shapes (More details | See demo)

The Diagram includes more than 40 built-in shapes. You can extend this collection with custom shapes. For each custom shape object, you can specify the type, background image, default size, text, connection points, and other settings.

Collapsible Shape Containers (More details | See demo)

Horizontal and vertical containers allow you to arrange shapes in collapsible groups.

OrgChart Shapes (More details)

The control includes shapes with images that are specially designed for use in OrgCharts.

Templates (More details)

The Diagram supports templates, which allow you to completely customize a custom shape’s appearance and layout.

Simple View (More details | See demo)

In simple view mode, the control does not divide the work area into pages and the Diagram’s content occupies all available space within the control.

Restrict Edit Operations (More details | See demo)

The Diagram allows you to prohibit users from edit operations at design time or at run time based on custom logic.

Read-Only Mode (More details | See demo)

Read-only mode does not allow users to edit the Diagram.

Diagram Tools (More details)

The control allows you to customize its UI elements.