public DotGraph SetEdgeSeparationMarginsDelta(double x, double y) { return(SetAttribute("esep", DotUtils.ToDotSignedPoint(x, y))); }
public DotGraph SetNodeMarginDelta(double x, double y) { return(SetAttribute("sep", DotUtils.ToDotSignedPoint(x, y))); }