An array of a shape's connection points.
Array<Object>
$(function() { var diagram = $("#diagram").dxDiagram({ customShapes: [{ id: 0, connectionPoints: [ { x: 0.5, y: 0 }, { x: 0.9, y: 0.5 }, { x: 0.5, y: 1 }, { x: 0.1, y: 0.5 } ] // ...
Specifies the direction of a connection point.
String
Specifies the horizontal offset.
Number
This option specifies a fractional horizontal offset of a connection point toward the shape width.
Specifies the vertical offset.
This option specifies a fractional vertical offset of a connection point toward the shape height.