New to Kendo UI for Angular? Start a free 30-day trial
DiagramOptions
The DiagramOptions interface defines the options for the Kendo Diagram component.
Name | Type | Default | Description |
---|---|---|---|
connectionDefaults? |
|
Defines the default connection settings for the diagram. | |
connections? |
|
Defines the connections in the diagram. | |
editable? |
|
Defines editable settings for the diagram. | |
layout? |
|
Defines the diagram's layout settings. | |
pannable? |
|
Defines the diagram's panning settings. | |
selectable? |
|
Defines the diagram's selectable settings. | |
shapeDefaults? |
|
Defines the diagram's shape defaults. | |
shapes? |
|
Defines the shapes in the diagram. | |
zoom? |
|
|
Defines the diagram's zoom. |
zoomMax? |
|
|
Defines the maximum zoom level for the diagram. |
zoomMin? |
|
|
Defines the minimum zoom level for the diagram. |
zoomRate? |
|
|
Defines the zoom rate for the diagram. |