Skip to content

Instantly share code, notes, and snippets.

@Nelrohd
Created June 22, 2015 14:41
Show Gist options
  • Save Nelrohd/c0d218ec2cc99f5c14c4 to your computer and use it in GitHub Desktop.
Save Nelrohd/c0d218ec2cc99f5c14c4 to your computer and use it in GitHub Desktop.
var node = graph.createNodeWithCenterAndStyle(new yfiles.geometry.Point(0, 0), new demo.bpmn.ActivityNodeStyle());
var label = graph.addLabelWithParameter(node, yfiles.drawing.InteriorStretchLabelModel.CENTER, data.name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment