BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//add swimlane
this.diagram.addNode({
shape: { type: 'SwimLane',
header: {
annotation: { content: 'Pool', },
height: 70, style: { fontSize: 11 , fill: 'pink' },
orientation: 'Horizontal',
}
},
id: "pool",
offsetX: 200,
offsetY: 200, width: 300, height: 500
}); |